예제 #1
0
 def __init__(self, disposition, verification_hash=None):
     Reply.__init__(self, disposition=disposition, verification_hash=verification_hash)
예제 #2
0
 def __init__(self, credentials):
     Reply.__init__(self, credentials = credentials)
예제 #3
0
 def __init__(self, message="THANKS"):
     Reply.__init__(self, message=message)
예제 #4
0
 def __init__(self, dictionaries=[{}]):
     Reply.__init__(self, dictionaries=dictionaries)
예제 #5
0
 def __init__(self, message="THANKS"):
     Reply.__init__(self, message=message)
예제 #6
0
 def __init__(self, credentials):
     Reply.__init__(self, credentials = credentials)
예제 #7
0
 def __init__(self, disposition, verification_hash=None):
     Reply.__init__(self, disposition=disposition, verification_hash=verification_hash)
예제 #8
0
 def __init__(self, dictionaries=[{}]):
     Reply.__init__(self, dictionaries=dictionaries)
예제 #9
0
 def __init__(self, dictionaries=None):
     Reply.__init__(self, dictionaries=dictionaries)
     if dictionaries is None:
         dictionaries = [{}]