예제 #1
0
 def __init__(self, mongo_control):
     MongoDB_orm_base.__init__(self, mongo_control)
     self.colName = 'master'
예제 #2
0
파일: comment.py 프로젝트: Chao-Lu/superman
 def __init__(self, mongo_control):
     MongoDB_orm_base.__init__(self, mongo_control)
     self.colName = 'comment'
예제 #3
0
 def __init__(self, mongo_control):
     MongoDB_orm_base.__init__(self, mongo_control)
     self.colName = 'userteam'
예제 #4
0
 def __init__(self, mongo_client):
     MongoDB_orm_base.__init__(self, mongo_client)
예제 #5
0
 def __init__(self, mongo_control):
     MongoDB_orm_base.__init__(self, mongo_control)
     self.colName = 'application'