PhyNetPy Documentation

Library for the Development and Use of Phylogenetic Network Methods

graph_core Module v1.0.0

Graph core data structures with automatic Cython acceleration for NodeSet and EdgeSet.

Author:
Mark Kessler
Source:
graph_core.py

Constants

USING_CYTHON = False

Module Functions

get_implementation_info -> dict

Get information about which implementation is being used.

Returns: dict with keys: - 'using_cython': bool - 'nodeset_class': class object - 'edgeset_class': class object

Navigation

Modules

This Page