Lines Matching full:__new__
176 def __new__(cls, id=None, **kwargs):185 return super(DBObject, cls).__new__(cls, id=id, **kwargs)