|
PyXMake Developer Guide 1.0
PyXMake
|
Abstract base class for all NT subclasses. More...
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
Public Member Functions inherited from PyXMake.Build.Make.OS | |
Public Member Functions inherited from PyXMake.Tools.Utility.AbstractBase | |
| __new__ (cls, *args, **kwargs) | |
| recover (cls, *args) | |
| classify (cls, *args, **kwargs) | |
| jsonify (self) | |
| update (self, **kwargs) | |
| __repr__ (self) | |
| __str__ (self) | |
| __getstate__ (self) | |
| __setstate__ (self, _dict) | |
Public Attributes | |
| str | SystemObjectKind = "NT" |
| String identifier of current instance. | |
Public Attributes inherited from PyXMake.Build.Make.OS | |
| str | SystemObjectKind = "Base" |
| String identifier of current instance. | |
Additional Inherited Members | |
Static Public Member Functions inherited from PyXMake.Tools.Utility.AbstractBase | |
| __getbase__ (base, cls) | |
Abstract base class for all NT subclasses.
Inherited class to NT projects without any presets.
Inherited from built-in ABCMeta & object. Compatible with both Python 2.x and 3.x.
| PyXMake.Build.Make.NT.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
Initialization of NT class object.
Reimplemented from PyXMake.Build.Make.OS.
Reimplemented in PyXMake.Build.Make.CCxx, PyXMake.Build.Make.Fortran, and PyXMake.Build.Make.Py2X.
| str PyXMake.Build.Make.NT.SystemObjectKind = "NT" |