diff options
Diffstat (limited to 'Lib/test/output/test_new')
-rw-r--r-- | Lib/test/output/test_new | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/output/test_new b/Lib/test/output/test_new index 174881e..b7f2ed9 100644 --- a/Lib/test/output/test_new +++ b/Lib/test/output/test_new @@ -1 +1,7 @@ test_new +new.module() +new.classobj() +new.instance() +new.instancemethod() +new.function() +new.code() |