💾 Archived View for tris.fyi › pydoc › _symtable captured on 2022-03-01 at 15:51:42. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Back to module index

Go to module by name

_symtable

This module has no docstring.

Functions

symtable

symtable(source, filename, startstr, /)

  Return symbol and scope dictionaries used internally by compiler.

Other members

CELL = 5
DEF_ANNOT = 256
DEF_BOUND = 134
DEF_FREE = 32
DEF_FREE_CLASS = 64
DEF_GLOBAL = 1
DEF_IMPORT = 128
DEF_LOCAL = 2
DEF_NONLOCAL = 8
DEF_PARAM = 4
FREE = 4
GLOBAL_EXPLICIT = 2
GLOBAL_IMPLICIT = 3
LOCAL = 1
SCOPE_MASK = 15
SCOPE_OFF = 11
TYPE_CLASS = 1
TYPE_FUNCTION = 0
TYPE_MODULE = 2
USE = 16