Class fablab::Machine
Uchovává informace o stroji.
Public Attributes
| Type | Name |
|---|---|
| name |
|
| status |
Public Functions
| Type | Name |
|---|---|
| def | __init__ (self self, name name, status status) Konstruktor pro vytvoření instance třídy Machine . |
| def | __str__ (self self) Vrací řetězec s informacemi o známkách. |
Public Attributes Documentation
variable name
fablab.Machine::name;
variable status
fablab.Machine::status;
Public Functions Documentation
function __init__
Konstruktor pro vytvoření instance třídy Machine .
def fablab::Machine::__init__ (
self self,
name name,
status status
)
Parameters:
namenázev strojestatusstav stroje
function __str__
def fablab::Machine::__str__ (
self self
)
The documentation for this class was generated from the following file sw/python-wrapper/fablab.py