python-igraph API reference

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

igraph .seq

module documentation

Undocumented

Function _add_proxy_methods Undocumented
Function _graphmethod Auxiliary decorator
def _add_proxy_methods():

Undocumented

def _graphmethod(func=None, name=None):

Auxiliary decorator

This decorator allows some methods of VertexSeq and EdgeSeq to call their respective counterparts in Graph to avoid code duplication.

Parameters
func the function being decorated. This function will be called on the results of the original Graph method. If None, defaults to the identity function.
name the name of the corresponding method in Graph . If None, it defaults to the name of the decorated function.
Returns
the decorated function

AltStyle によって変換されたページ (->オリジナル) /