python-igraph API reference

List of all classes, functions and methods in python-igraph

class documentation

class FakeModule:

View In Hierarchy

Fake module that raises an exception for everything

Method __call__ Undocumented
Method __getattr__ Undocumented
Method __init__ Constructor.
Method __setattr__ Undocumented
Instance Variable _message Undocumented
def __call__(self, _):

Undocumented

def __getattr__(self, _):

Undocumented

def __init__(self, message):

Constructor.

Parameters
messagemessage to print in exceptions raised from this module
def __setattr__(self, key, value):

Undocumented

_message =

Undocumented