mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
class BaseClass:
|
|
def method():
|
|
# exec/tests/fixtures/apply_patch_freeform_final.txt
|
|
|
|
return True
|