eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Fields
input_t Struct Reference

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.
 

Detailed Description

Struct for storing input data for parsing functions.

Field Documentation

◆ len

Py_ssize_t input_t::len

The length of the string.

◆ parent

PyObject* input_t::parent

The PyUnicode object that holds the string.

Warning
MAY BE NULL

◆ str

const char* input_t::str

The string to parse.

Warning
This should not be modified

The documentation for this struct was generated from the following file: