MCPcopy Create free account
hub / github.com/aherlihy/PythonLLVM / Symbol

Class Symbol

SymbolTable.py:3–49  ·  view source on GitHub ↗

Structure for symbol with type information. >>> s = Symbol("a", float, "variable") >>> print s a( ) >>> s = Symbol("b", float, "variable", cls = "bora") >>> print s b( ) attrs: cls = bora >>> import VecTypes >>> s = Symbol("c", VecTypes

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

genUniqueSymbolMethod · 0.85
visitFunctionMethod · 0.85
visitAssignMethod · 0.85
visitForMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected