Class fablab::FablabNow
ClassList > fablab > FablabNow
Uchovává informace o aktuálních známkách.
Public Attributes
Type | Name |
---|---|
machines |
|
members |
|
printers |
Public Functions
Type | Name |
---|---|
def | __init__ (self self, members members, printers printers, machines machines) Konstruktor pro vytvoření instance třídy FablabNow . |
def | __str__ (self self) Vrací řetězec s informacemi o známkách. |
Public Attributes Documentation
variable machines
fablab.FablabNow::machines;
variable members
fablab.FablabNow::members;
variable printers
fablab.FablabNow::printers;
Public Functions Documentation
function __init__
Konstruktor pro vytvoření instance třídy FablabNow .
def fablab::FablabNow::__init__ (
self self,
members members,
printers printers,
machines machines
)
Parameters:
people
počet lidí ve Fablabumachines
seznam strojů
function __str__
def fablab::FablabNow::__str__ (
self self
)
The documentation for this class was generated from the following file sw/python-wrapper/fablab.py