We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
co_lnotab
1 parent 4ea1f95 commit 23d1447Copy full SHA for 23d1447
stdlib/types.pyi
@@ -151,7 +151,7 @@ class CodeType:
151
def co_firstlineno(self) -> int: ...
152
if sys.version_info >= (3, 10):
153
@property
154
- @deprecated("Will be removed in Python 3.14. Use the co_lines() method instead.")
+ @deprecated("Will be removed in Python 3.15. Use the co_lines() method instead.")
155
def co_lnotab(self) -> bytes: ...
156
else:
157
0 commit comments