Home
/
Python 3.11
/
Traceback
/
name
Python 3.0
Python 3.11
Functions
ID
EN
…
Traceback
name
Python 3.11
Equivalent to accessing f.f_code.co_name on a frame object f.
Syntax
PYTHON
Copy
name
See Also
f.f_code.co_name
frame object