Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ FrameType
Class
FrameType
src/pystack/types.py:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
library: str
40
41
class
FrameType(enum.Enum):
42
IGNORE = 0
43
EVAL = 1
44
OTHER = 3
45
46
47
def
_is_eval_frame(symbol: str, python_version: Tuple[int, int]) -> bool:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected