Searched refs:PyFrameState (Results 1 – 5 of 5) sorted by relevance
242 struct PyFrameState {292 PyFrameState caller)299 PyFrameState caller_;308 PyFrameState frame_state_;316 PyFrameState caller,323 PyFrameState callsite_;335 PyFrameState caller,
490 py::class_<PyFrameState>(m, "_PyFrameState") in initPythonBindings()491 .def_readonly("line_number", &PyFrameState::line_no_) in initPythonBindings()493 "file_name", [](const PyFrameState& s) { return s.filename_.str(); }) in initPythonBindings()494 .def_property_readonly("function_name", [](const PyFrameState& s) { in initPythonBindings()
49 } PyFrameState; typedef
369 PyFrameState state = gen->gi_frame_state; in gen_close()444 PyFrameState state = gen->gi_frame_state; in _gen_throw()466 PyFrameState state = gen->gi_frame_state; in _gen_throw()484 PyFrameState state = gen->gi_frame_state; in _gen_throw()
198 using cache_t = ska::flat_hash_map<key_t, PyFrameState>;