python-igraph API reference

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

class documentation

class FakeWrapper:

View In Hierarchy

Object whose interface is compatible with textwrap.TextWrapper but does no wrapping.

Method __init__ Undocumented
Method fill Undocumented
Method wrap Undocumented
def __init__(self, *args, **kwds):

Undocumented

def fill(self, text):

Undocumented

def wrap(self, text):

Undocumented