AlloViz.AlloViz.utils#

Module containing helper functions and variables used by many other modules

Module Attributes

pkgsl

List of the correct names of available network construction methods

metricsl

List of the available network metrics that can be calculated in analysis

filteringsl

List of the available network filterings that can be performed for analysis

pool

Pool variable to share among modules

Functions

get_pool()

Function to retrieve shared pool variable

make_list(obj, if_all[, apply])

Process the passed object and return a list of strings

pkgname(pkg[, fail])

Return the case-sensitive, correct name of an AlloViz network construction method

rgetattr(obj, *attrs)

Recursive version of the built-in getattr

rhasattr(obj, *attrs)

Recursive version of the built-in hasattr

Classes

dummypool()

Class to mimic a process Pool when only using 1 core (synchronous)