![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Class instance to define PyXMake's web API instance. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
![]() | |
__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 | APIObjectKind = "Backend" |
APIBase | |
Additional Inherited Members | |
![]() | |
__getbase__ (base, cls) | |
Class instance to define PyXMake's web API instance.
Class instance to define PyXMake's server instance for a web API.
PyXMake.API.Backend.__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Initialization of PyXMake's Backend API.
Reimplemented from PyXMake.Tools.Utility.AbstractBase.
Reimplemented in PyXMake.API.Frontend.
Definition at line 147 of file __init__.py.
PyXMake.API.Backend.APIBase |
Definition at line 337 of file __init__.py.
PyXMake.API.Backend.APIObjectKind = "Backend" |
Definition at line 156 of file __init__.py.