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

Class PyCodeObject

src/pystack/types.py:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78@dataclass
79class PyCodeObject:
80 filename: str
81 scope: str
82 location: LocationInfo
83
84
85@dataclass

Calls

no outgoing calls