BaseClass¶
-
class
sknano.core.meta.BaseClass(*args, verbose=False, debug=False, **kwargs)[source] [edit on github][source]¶ Bases:
objectABC defining a common set of attributes/methods for other base classes.
Parameters: Attributes
fmtstrFormat string. Methods
todict()Return dictof constructor parameters.Attributes Summary
fmtstrFormat string. Methods Summary
todict()Return dictof constructor parameters.Attributes Documentation
-
fmtstr¶ Format string.
User defined format string that should be set by all
BaseClasssub-classes. The format string should contain replacement fields that are the named keyword arguments contained in thedictreturned by the sub-class implementation of thetodictmethod, which is required to be overridden by any callable sub-class ofBaseClass.
Methods Documentation
-