|
__init__(self,
branch=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
__getitem__(self,
attribute=None)
Return any attribute if known how to retrieve it by proxy. |
source code
|
|
|
|
|
|
|
update_in_waiting_list(self,
pk=None,
urgency=0,
comment=None,
zone=None) |
source code
|
|
|
raise_in_waiting_list(self,
current_position=None) |
source code
|
|
|
lower_in_waiting_list(self,
current_position=None) |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|