diff options
Diffstat (limited to 'Lib/test/output/test_class')
-rw-r--r-- | Lib/test/output/test_class | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/output/test_class b/Lib/test/output/test_class index f6ba475..d0fed75 100644 --- a/Lib/test/output/test_class +++ b/Lib/test/output/test_class @@ -46,8 +46,7 @@ __abs__: () __int__: () __int__: () __float__: () -__oct__: () -__hex__: () +__index__: () __hash__: () __repr__: () __str__: () |