def __init__(self):
     self.protocol = Protocol(Session,
                              Address,
                              self.readonly,
                              before_create=self.before_create)
Beispiel #2
0
 def __init__(self):
     self.protocol = Protocol(Session, self.readonly)