mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
This commit is contained in:
parent
73ab83b27f
commit
e9875ecb5d
13 changed files with 324 additions and 18 deletions
|
@ -1564,7 +1564,7 @@ class SizeofTest(unittest.TestCase):
|
|||
check(x, size('3Pi2cP7P2ic??2P'))
|
||||
# function
|
||||
def func(): pass
|
||||
check(func, size('15Pi'))
|
||||
check(func, size('16Pi'))
|
||||
class c():
|
||||
@staticmethod
|
||||
def foo():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue