uawdijnntqw1x1x1
IP : 216.73.216.81
Hostname : altar25.supremepanel25.com
Kernel : Linux altar25.supremepanel25.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
dev
/
..
/
opt
/
alt
/
python34
/
..
/
python39
/
include
/
python3.9
/
..
/
python3.9
/
internal
/
..
/
pyframe.h
/
/
/* Limited C API of PyFrame API * * Include "frameobject.h" to get the PyFrameObject structure. */ #ifndef Py_PYFRAME_H #define Py_PYFRAME_H #ifdef __cplusplus extern "C" { #endif typedef struct _frame PyFrameObject; /* Return the line of code the frame is currently executing. */ PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *); PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame); #ifdef __cplusplus } #endif #endif /* !Py_PYFRAME_H */
/home/../dev/../opt/alt/python34/../python39/include/python3.9/../python3.9/internal/../pyframe.h