record¶
| authors: | Rémi GATTAZ |
|---|---|
| copyright: | Copyright 2015, IsandlaTech |
| license: | Apache Software License 2.0 |
-
class
restbuilder.models.record.AbstractRecord¶ Bases:
objectAbstract Record
-
created_at= Column(None, TIMESTAMP(), table=None, nullable=False)¶
-
dict(aFilter=<function defaultFilter>)¶ Create a dictionnary representing the current object by filtering the object __dict__
Parameters: aFilter – predicate used on the __dict__ keys to filter the dictionnary Returns: a dictionnary
-
updated_at= Column(None, TIMESTAMP(), table=None, nullable=False)¶
-