예제 #1
0
 def __init__(self, rh, menu_item, **kwargs):
     self.sidemenu_option = menu_item
     WPRoomBookingBase.__init__(self, rh, **kwargs)
예제 #2
0
파일: rooms.py 프로젝트: dbourillot/indico
 def __init__(self, rh, menu_item, **kwargs):
     self._menu_item = menu_item
     WPRoomBookingBase.__init__(self, rh, **kwargs)
예제 #3
0
파일: rooms.py 프로젝트: dbourillot/indico
 def __init__(self, rh, **params):
     WPRoomBookingBase.__init__(self, rh)
     self._rh = rh
     self._params = params
예제 #4
0
 def __init__(self, rh, menu_item, **kwargs):
     self.sidemenu_option = menu_item
     WPRoomBookingBase.__init__(self, rh, **kwargs)
예제 #5
0
 def __init__(self, rh, **params):
     WPRoomBookingBase.__init__(self, rh)
     self._rh = rh
     self._params = params
예제 #6
0
 def __init__(self, rh, menu_item, **kwargs):
     self._menu_item = menu_item
     WPRoomBookingBase.__init__(self, rh, **kwargs)