mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Add another test for __itemsize__
This commit is contained in:
@@ -34,6 +34,8 @@ next(open(''))
|
||||
# Compiled classes should have the meta class attributes.
|
||||
#? ['__itemsize__']
|
||||
tuple.__itemsize__
|
||||
#? []
|
||||
tuple().__itemsize__
|
||||
|
||||
# -----------------
|
||||
# type() calls with one parameter
|
||||
|
||||
Reference in New Issue
Block a user