bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
This commit is contained in:
parent
84d79cfda9
commit
2edfc86f69
|
@ -160,6 +160,8 @@ Examining Symbol Tables
|
||||||
|
|
||||||
Return ``True`` if the symbol is annotated.
|
Return ``True`` if the symbol is annotated.
|
||||||
|
|
||||||
|
.. versionadded:: 3.6
|
||||||
|
|
||||||
.. method:: is_free()
|
.. method:: is_free()
|
||||||
|
|
||||||
Return ``True`` if the symbol is referenced in its block, but not assigned
|
Return ``True`` if the symbol is referenced in its block, but not assigned
|
||||||
|
|
Loading…
Reference in New Issue