[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
doc
/
python3-docs
/
html
/
_sources
/
c-api
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 abstract.rst.txt
715 B
SET
[ EDIT ]
|
[ DEL ]
📄 allocation.rst.txt
2,653 B
SET
[ EDIT ]
|
[ DEL ]
📄 apiabiversion.rst.txt
2,242 B
SET
[ EDIT ]
|
[ DEL ]
📄 arg.rst.txt
30,651 B
SET
[ EDIT ]
|
[ DEL ]
📄 bool.rst.txt
1,200 B
SET
[ EDIT ]
|
[ DEL ]
📄 buffer.rst.txt
22,267 B
SET
[ EDIT ]
|
[ DEL ]
📄 bytearray.rst.txt
2,250 B
SET
[ EDIT ]
|
[ DEL ]
📄 bytes.rst.txt
9,211 B
SET
[ EDIT ]
|
[ DEL ]
📄 capsule.rst.txt
5,741 B
SET
[ EDIT ]
|
[ DEL ]
📄 cell.rst.txt
1,940 B
SET
[ EDIT ]
|
[ DEL ]
📄 code.rst.txt
1,666 B
SET
[ EDIT ]
|
[ DEL ]
📄 codec.rst.txt
4,799 B
SET
[ EDIT ]
|
[ DEL ]
📄 complex.rst.txt
3,946 B
SET
[ EDIT ]
|
[ DEL ]
📄 concrete.rst.txt
2,046 B
SET
[ EDIT ]
|
[ DEL ]
📄 conversion.rst.txt
5,516 B
SET
[ EDIT ]
|
[ DEL ]
📄 coro.rst.txt
820 B
SET
[ EDIT ]
|
[ DEL ]
📄 datetime.rst.txt
6,415 B
SET
[ EDIT ]
|
[ DEL ]
📄 descriptor.rst.txt
1,111 B
SET
[ EDIT ]
|
[ DEL ]
📄 dict.rst.txt
7,952 B
SET
[ EDIT ]
|
[ DEL ]
📄 exceptions.rst.txt
47,814 B
SET
[ EDIT ]
|
[ DEL ]
📄 file.rst.txt
3,248 B
SET
[ EDIT ]
|
[ DEL ]
📄 float.rst.txt
2,243 B
SET
[ EDIT ]
|
[ DEL ]
📄 function.rst.txt
3,348 B
SET
[ EDIT ]
|
[ DEL ]
📄 gcsupport.rst.txt
6,057 B
SET
[ EDIT ]
|
[ DEL ]
📄 gen.rst.txt
1,301 B
SET
[ EDIT ]
|
[ DEL ]
📄 import.rst.txt
12,825 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.rst.txt
613 B
SET
[ EDIT ]
|
[ DEL ]
📄 init.rst.txt
52,383 B
SET
[ EDIT ]
|
[ DEL ]
📄 intro.rst.txt
28,751 B
SET
[ EDIT ]
|
[ DEL ]
📄 iter.rst.txt
1,129 B
SET
[ EDIT ]
|
[ DEL ]
📄 iterator.rst.txt
1,640 B
SET
[ EDIT ]
|
[ DEL ]
📄 list.rst.txt
4,735 B
SET
[ EDIT ]
|
[ DEL ]
📄 long.rst.txt
10,436 B
SET
[ EDIT ]
|
[ DEL ]
📄 mapping.rst.txt
2,871 B
SET
[ EDIT ]
|
[ DEL ]
📄 marshal.rst.txt
3,561 B
SET
[ EDIT ]
|
[ DEL ]
📄 memory.rst.txt
21,369 B
SET
[ EDIT ]
|
[ DEL ]
📄 memoryview.rst.txt
2,348 B
SET
[ EDIT ]
|
[ DEL ]
📄 method.rst.txt
2,818 B
SET
[ EDIT ]
|
[ DEL ]
📄 module.rst.txt
18,266 B
SET
[ EDIT ]
|
[ DEL ]
📄 none.rst.txt
740 B
SET
[ EDIT ]
|
[ DEL ]
📄 number.rst.txt
10,583 B
SET
[ EDIT ]
|
[ DEL ]
📄 objbuffer.rst.txt
2,198 B
SET
[ EDIT ]
|
[ DEL ]
📄 object.rst.txt
17,420 B
SET
[ EDIT ]
|
[ DEL ]
📄 objimpl.rst.txt
304 B
SET
[ EDIT ]
|
[ DEL ]
📄 refcounting.rst.txt
2,909 B
SET
[ EDIT ]
|
[ DEL ]
📄 reflection.rst.txt
1,417 B
SET
[ EDIT ]
|
[ DEL ]
📄 sequence.rst.txt
6,547 B
SET
[ EDIT ]
|
[ DEL ]
📄 set.rst.txt
6,144 B
SET
[ EDIT ]
|
[ DEL ]
📄 slice.rst.txt
2,404 B
SET
[ EDIT ]
|
[ DEL ]
📄 stable.rst.txt
1,969 B
SET
[ EDIT ]
|
[ DEL ]
📄 structures.rst.txt
13,787 B
SET
[ EDIT ]
|
[ DEL ]
📄 sys.rst.txt
9,944 B
SET
[ EDIT ]
|
[ DEL ]
📄 tuple.rst.txt
8,031 B
SET
[ EDIT ]
|
[ DEL ]
📄 type.rst.txt
3,963 B
SET
[ EDIT ]
|
[ DEL ]
📄 typeobj.rst.txt
60,184 B
SET
[ EDIT ]
|
[ DEL ]
📄 unicode.rst.txt
68,074 B
SET
[ EDIT ]
|
[ DEL ]
📄 utilities.rst.txt
414 B
SET
[ EDIT ]
|
[ DEL ]
📄 veryhigh.rst.txt
16,655 B
SET
[ EDIT ]
|
[ DEL ]
📄 weakref.rst.txt
2,635 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: capsule.rst.txt
.. highlightlang:: c .. _capsules: Capsules -------- .. index:: object: Capsule Refer to :ref:`using-capsules` for more information on using these objects. .. versionadded:: 3.1 .. c:type:: PyCapsule This subtype of :c:type:`PyObject` represents an opaque value, useful for C extension modules who need to pass an opaque value (as a :c:type:`void\*` pointer) through Python code to other C code. It is often used to make a C function pointer defined in one module available to other modules, so the regular import mechanism can be used to access C APIs defined in dynamically loaded modules. .. c:type:: PyCapsule_Destructor The type of a destructor callback for a capsule. Defined as:: typedef void (*PyCapsule_Destructor)(PyObject *); See :c:func:`PyCapsule_New` for the semantics of PyCapsule_Destructor callbacks. .. c:function:: int PyCapsule_CheckExact(PyObject *p) Return true if its argument is a :c:type:`PyCapsule`. .. c:function:: PyObject* PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) Create a :c:type:`PyCapsule` encapsulating the *pointer*. The *pointer* argument may not be *NULL*. On failure, set an exception and return *NULL*. The *name* string may either be *NULL* or a pointer to a valid C string. If non-*NULL*, this string must outlive the capsule. (Though it is permitted to free it inside the *destructor*.) If the *destructor* argument is not *NULL*, it will be called with the capsule as its argument when it is destroyed. If this capsule will be stored as an attribute of a module, the *name* should be specified as ``modulename.attributename``. This will enable other modules to import the capsule using :c:func:`PyCapsule_Import`. .. c:function:: void* PyCapsule_GetPointer(PyObject *capsule, const char *name) Retrieve the *pointer* stored in the capsule. On failure, set an exception and return *NULL*. The *name* parameter must compare exactly to the name stored in the capsule. If the name stored in the capsule is *NULL*, the *name* passed in must also be *NULL*. Python uses the C function :c:func:`strcmp` to compare capsule names. .. c:function:: PyCapsule_Destructor PyCapsule_GetDestructor(PyObject *capsule) Return the current destructor stored in the capsule. On failure, set an exception and return *NULL*. It is legal for a capsule to have a *NULL* destructor. This makes a *NULL* return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or :c:func:`PyErr_Occurred` to disambiguate. .. c:function:: void* PyCapsule_GetContext(PyObject *capsule) Return the current context stored in the capsule. On failure, set an exception and return *NULL*. It is legal for a capsule to have a *NULL* context. This makes a *NULL* return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or :c:func:`PyErr_Occurred` to disambiguate. .. c:function:: const char* PyCapsule_GetName(PyObject *capsule) Return the current name stored in the capsule. On failure, set an exception and return *NULL*. It is legal for a capsule to have a *NULL* name. This makes a *NULL* return code somewhat ambiguous; use :c:func:`PyCapsule_IsValid` or :c:func:`PyErr_Occurred` to disambiguate. .. c:function:: void* PyCapsule_Import(const char *name, int no_block) Import a pointer to a C object from a capsule attribute in a module. The *name* parameter should specify the full name to the attribute, as in ``module.attribute``. The *name* stored in the capsule must match this string exactly. If *no_block* is true, import the module without blocking (using :c:func:`PyImport_ImportModuleNoBlock`). If *no_block* is false, import the module conventionally (using :c:func:`PyImport_ImportModule`). Return the capsule's internal *pointer* on success. On failure, set an exception and return *NULL*. .. c:function:: int PyCapsule_IsValid(PyObject *capsule, const char *name) Determines whether or not *capsule* is a valid capsule. A valid capsule is non-*NULL*, passes :c:func:`PyCapsule_CheckExact`, has a non-*NULL* pointer stored in it, and its internal name matches the *name* parameter. (See :c:func:`PyCapsule_GetPointer` for information on how capsule names are compared.) In other words, if :c:func:`PyCapsule_IsValid` returns a true value, calls to any of the accessors (any function starting with :c:func:`PyCapsule_Get`) are guaranteed to succeed. Return a nonzero value if the object is valid and matches the name passed in. Return ``0`` otherwise. This function will not fail. .. c:function:: int PyCapsule_SetContext(PyObject *capsule, void *context) Set the context pointer inside *capsule* to *context*. Return ``0`` on success. Return nonzero and set an exception on failure. .. c:function:: int PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor) Set the destructor inside *capsule* to *destructor*. Return ``0`` on success. Return nonzero and set an exception on failure. .. c:function:: int PyCapsule_SetName(PyObject *capsule, const char *name) Set the name inside *capsule* to *name*. If non-*NULL*, the name must outlive the capsule. If the previous *name* stored in the capsule was not *NULL*, no attempt is made to free it. Return ``0`` on success. Return nonzero and set an exception on failure. .. c:function:: int PyCapsule_SetPointer(PyObject *capsule, void *pointer) Set the void pointer inside *capsule* to *pointer*. The pointer may not be *NULL*. Return ``0`` on success. Return nonzero and set an exception on failure.