ACIL FM
Dark
Refresh
Current DIR:
/usr/include/python3.9/cpython
/
usr
include
python3.9
cpython
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
abstract.h
13.87 MB
chmod
View
DL
Edit
Rename
Delete
bytearrayobject.h
769 B
chmod
View
DL
Edit
Rename
Delete
bytesobject.h
4.25 MB
chmod
View
DL
Edit
Rename
Delete
ceval.h
1.5 MB
chmod
View
DL
Edit
Rename
Delete
code.h
6.83 MB
chmod
View
DL
Edit
Rename
Delete
dictobject.h
3.71 MB
chmod
View
DL
Edit
Rename
Delete
fileobject.h
721 B
chmod
View
DL
Edit
Rename
Delete
fileutils.h
3.91 MB
chmod
View
DL
Edit
Rename
Delete
frameobject.h
2.99 MB
chmod
View
DL
Edit
Rename
Delete
import.h
1.44 MB
chmod
View
DL
Edit
Rename
Delete
initconfig.h
16.58 MB
chmod
View
DL
Edit
Rename
Delete
interpreteridobject.h
456 B
chmod
View
DL
Edit
Rename
Delete
listobject.h
1.33 MB
chmod
View
DL
Edit
Rename
Delete
methodobject.h
1.37 MB
chmod
View
DL
Edit
Rename
Delete
object.h
18.9 MB
chmod
View
DL
Edit
Rename
Delete
objimpl.h
4.35 MB
chmod
View
DL
Edit
Rename
Delete
pyerrors.h
4.98 MB
chmod
View
DL
Edit
Rename
Delete
pylifecycle.h
2.05 MB
chmod
View
DL
Edit
Rename
Delete
pymem.h
3.43 MB
chmod
View
DL
Edit
Rename
Delete
pystate.h
9.9 MB
chmod
View
DL
Edit
Rename
Delete
sysmodule.h
575 B
chmod
View
DL
Edit
Rename
Delete
traceback.h
473 B
chmod
View
DL
Edit
Rename
Delete
tupleobject.h
1.01 MB
chmod
View
DL
Edit
Rename
Delete
unicodeobject.h
45.88 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/include/python3.9/cpython/methodobject.h
#ifndef Py_CPYTHON_METHODOBJECT_H # error "this header file must not be included directly" #endif PyAPI_DATA(PyTypeObject) PyCMethod_Type; #define PyCMethod_CheckExact(op) Py_IS_TYPE(op, &PyCMethod_Type) #define PyCMethod_Check(op) PyObject_TypeCheck(op, &PyCMethod_Type) /* Macros for direct access to these values. Type checks are *not* done, so use with care. */ #define PyCFunction_GET_FUNCTION(func) \ (((PyCFunctionObject *)func) -> m_ml -> ml_meth) #define PyCFunction_GET_SELF(func) \ (((PyCFunctionObject *)func) -> m_ml -> ml_flags & METH_STATIC ? \ NULL : ((PyCFunctionObject *)func) -> m_self) #define PyCFunction_GET_FLAGS(func) \ (((PyCFunctionObject *)func) -> m_ml -> ml_flags) #define PyCFunction_GET_CLASS(func) \ (((PyCFunctionObject *)func) -> m_ml -> ml_flags & METH_METHOD ? \ ((PyCMethodObject *)func) -> mm_class : NULL) typedef struct { PyObject_HEAD PyMethodDef *m_ml; /* Description of the C function to call */ PyObject *m_self; /* Passed as 'self' arg to the C func, can be NULL */ PyObject *m_module; /* The __module__ attribute, can be anything */ PyObject *m_weakreflist; /* List of weak references */ vectorcallfunc vectorcall; } PyCFunctionObject; typedef struct { PyCFunctionObject func; PyTypeObject *mm_class; /* Class that defines this method */ } PyCMethodObject;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply