eccLib 1.3.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Structures | Variables
GtfDictViews.h File Reference

Defines the view types for the GtfDict class. More...

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

Go to the source code of this file.

Data Structures

struct  GtfDict_view
 

Variables

PyTypeObject GtfDict_ValueViewType
 
PyTypeObject GtfDict_KeyViewType
 
PyTypeObject GtfDict_ItemViewType
 

Detailed Description

Defines the view types for the GtfDict class.

Variable Documentation

◆ GtfDict_ItemViewType

PyTypeObject GtfDict_ItemViewType
extern

◆ GtfDict_KeyViewType

PyTypeObject GtfDict_KeyViewType
extern

◆ GtfDict_ValueViewType

PyTypeObject GtfDict_ValueViewType
extern