MCPcopy Create free account
hub / github.com/bloomberg/pystack / LocalVariable

Class LocalVariable

src/pystack/types.py:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85@dataclass
86class LocalVariable:
87 name: int
88 value: str
89 is_argument: bool
90
91
92@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected