예제 #1
0
 def docfromnum(self, num):
     return {'_id': util.utype(num), 'num': int(num / 2)}
예제 #2
0
 def _to_json(self, value):
     return util.utype(value)
예제 #3
0
 def __unicode__(self):
     return util.utype(self.list)
예제 #4
0
 def _to_python(self, value):
     return util.utype(value)
예제 #5
0
 def __unicode__(self):
     return util.utype(self.list)
예제 #6
0
 def _to_json(self, value):
     return util.utype(value)
예제 #7
0
 def _to_python(self, value):
     return util.utype(value)
예제 #8
0
파일: client.py 프로젝트: ClaGugliotta/AGIW
 def docfromnum(self, num):
     return {'_id': util.utype(num), 'num': int(num / 2)}