Browse Source

bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)

pull/23998/head
Andre Delfino 6 years ago
committed by GitHub
parent
commit
2edfc86f69
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/symtable.rst

2
Doc/library/symtable.rst

@ -160,6 +160,8 @@ Examining Symbol Tables
Return ``True`` if the symbol is annotated.
.. versionadded:: 3.6
.. method:: is_free()
Return ``True`` if the symbol is referenced in its block, but not assigned

Loading…
Cancel
Save