Contains the definition of the FastaBuff object.
More...
#include <Python.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
Go to the source code of this file.
Contains the definition of the FastaBuff object.
◆ FastaBuff_Check
| #define FastaBuff_Check |
( |
| op | ) |
|
Value:
PyTypeObject FastaBuffType
The Python type definition for the FastaBuff object.
Definition FastaBuff.c:769
Checks if the object is an instance of the FastaBuff type.
- Parameters
-
- Returns
- 1 if the object is an instance of the FastaBuff type, 0 otherwise