Previous topic

__init__

Next topic

neighbors_data_iter

This Page

create

NetworkGenerator.create(**kwargs)

This method will call function given when creating the NetworkGenerator after type casting the parameters as specified in typeMap.

Parameters :

kwargs : special

The general argument dictionary for the network creation function. Note that the argument list must precisely match the one for creation function.

Returns :

result : special

The result from calling function.

See also

NetworkGenerator.__init__
constructor