Exemplo n.º 1
0
 def __init__(self, dict):
     CdbObject.__init__(self, dict)
 def __init__(self, name, token=None, userInfo={}):
     CdbObject.__init__(self, {
         'name': name,
         'token': token,
         'userInfo': userInfo
     })