StructureDataFormatter¶
-
class
sknano.io.
StructureDataFormatter
(*args, verbose=False, debug=False, **kwargs)[source] [edit on github][source]¶ Bases:
sknano.core.strings.TabulateMixin
,sknano.core.meta.BaseClass
Base class for defining a format specification.
Attributes
fmtstr
Format string. Methods
todict
()Return dict
of constructor parameters.Methods Summary
todict
()Return dict
of constructor parameters.Methods Documentation
-
todict
()[source] [edit on github][source]¶ Return
dict
of constructor parameters.
-