mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Completed first draft.
This commit is contained in:
parent
910105515e
commit
0cdb887676
4 changed files with 470 additions and 21 deletions
|
@ -107,7 +107,7 @@ def _test():
|
|||
assert Result > arg
|
||||
x = C()
|
||||
x.m1(12)
|
||||
x.m1(-1)
|
||||
## x.m1(-1)
|
||||
|
||||
if __name__ == '__main__':
|
||||
_test()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue