Exemplo n.º 1
0
 def __init__(self):
     self.protocol = Protocol(Session,
                              Address,
                              self.readonly,
                              before_create=self.before_create)
Exemplo n.º 2
0
 def __init__(self):
     self.protocol = Protocol(Session, self.readonly)