eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Structures | Macros | Functions | Variables
GtfList.h File Reference

Contains the definition of the GtfList object. More...

#include <Python.h>
Include dependency graph for GtfList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GtfList
 A list that holds geneDicts. More...
 

Macros

#define GtfList_Check(op)   PyObject_TypeCheck(op, &GtfListType)
 Checks if the object is an instance of the GtfList type.
 

Functions

PyObject * GtfList_new (Py_ssize_t len)
 Creates a new GtfList object.
 

Variables

PyTypeObject GtfListType
 The Python type definition for the GtfList object.
 

Detailed Description

Contains the definition of the GtfList object.

Macro Definition Documentation

◆ GtfList_Check

#define GtfList_Check (   op)    PyObject_TypeCheck(op, &GtfListType)

Checks if the object is an instance of the GtfList type.

Parameters
opthe object to check
Returns
1 if the object is an instance of the GtfList type, 0 otherwise

Function Documentation

◆ GtfList_new()

PyObject * GtfList_new ( Py_ssize_t  len)

Creates a new GtfList object.

Parameters
lenthe length of the list
Returns
a new GtfList object
Here is the caller graph for this function: