Write the NetworkSet to disk using write()
Parameters : | file : str or file-object
*args, **kwargs : arguments and keyword arguments
|
---|
See also
Notes
If the self.name is not None and file is can left as None and the resultant file will have the .ns extension appended to the filename.
Examples
>>> ns.name = 'my_ns'
>>> ns.write()