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

Function python_has_inlined_eval_frames

tests/utils.py:208–209  ·  view source on GitHub ↗
(major: int, minor: int)

Source from the content-addressed store, hash-verified

206
207
208def python_has_inlined_eval_frames(major: int, minor: int) -> bool:
209 return (major, minor) >= (3, 11)
210
211
212def python_has_position_information(major: int, minor: int) -> bool:

Calls

no outgoing calls