CoolFace
Apppublic

vidya7732/AI_Doctor_LLM_GenModel

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
frameobject.h21 linesDownload Raw Back to include
1/* Frame object interface */2 3#ifndef Py_FRAMEOBJECT_H4#define Py_FRAMEOBJECT_H5#ifdef __cplusplus6extern "C" {7#endif8 9#include "pyframe.h"10 11#ifndef Py_LIMITED_API12#  define Py_CPYTHON_FRAMEOBJECT_H13#  include  "cpython/frameobject.h"14#  undef Py_CPYTHON_FRAMEOBJECT_H15#endif16 17#ifdef __cplusplus18}19#endif20#endif /* !Py_FRAMEOBJECT_H */21