MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / isframe

Function isframe

Lib/inspect.py:191–207  ·  view source on GitHub ↗

Return true if the object is a frame object. Frame objects provide these attributes: f_back next outer frame object (this frame's caller) f_builtins built-in namespace seen by this frame f_code code object being executed in this frame f_exc

(object)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

getfileFunction · 0.85
findsourceFunction · 0.85
getframeinfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected