mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +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.
|
# Compiled classes should have the meta class attributes.
|
||||||
#? ['__itemsize__']
|
#? ['__itemsize__']
|
||||||
tuple.__itemsize__
|
tuple.__itemsize__
|
||||||
|
#? []
|
||||||
|
tuple().__itemsize__
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# type() calls with one parameter
|
# type() calls with one parameter
|
||||||
|
|||||||
Reference in New Issue
Block a user