eccLib 1.1.0
Python library for bioinformatics written in C
|
Struct for storing input data for parsing functions. More...
Data Fields | |
const char * | str |
The string to parse. | |
Py_ssize_t | len |
The length of the string. | |
PyObject * | parent |
The PyUnicode object that holds the string. | |
Struct for storing input data for parsing functions.
Py_ssize_t input_t::len |
The length of the string.
PyObject* input_t::parent |
The PyUnicode object that holds the string.
const char* input_t::str |
The string to parse.