Contains the definition of the GtfList object.
More...
#include <Python.h>
Go to the source code of this file.
Contains the definition of the GtfList object.
◆ GtfList_Check
| #define GtfList_Check |
( |
| op | ) |
|
Value:
PyTypeObject GtfListType
The Python type definition for the GtfList object.
Definition GtfList.c:597
Checks if the object is an instance of the GtfList type.
- Parameters
-
- Returns
- 1 if the object is an instance of the GtfList type, 0 otherwise
◆ GtfList_new()
| PyObject * GtfList_new |
( |
Py_ssize_t | len | ) |
|
Creates a new GtfList object.
- Parameters
-
| len | the length of the list |
- Returns
- a new GtfList object