Speaker
Elizaveta Shashkova
Material
Note
- Stack Frame
sys._getframe([depth])- frame object
f_localsf_globalsf_linenof_trace: tracing functionf_back: previous framef_code: code objectco_filenameco_name: name of function or moduleco_varnamesco_code: compiled bytecode- disassemble with
dis.dis()
- disassemble with
- frame object
- Development Tools:
- pytest
- debugger
- code coverage
- typing information
- fault handler