Home | Trees | Indices | Help |
|
---|
|
object --+ | Field --+ | TimeField
Schema field for storing times.
>>> field = TimeField() >>> field._to_python('15:30:00') datetime.time(15, 30) >>> field._to_json(time(15, 30)) '15:30:00' >>> field._to_json(datetime(2007, 4, 1, 15, 30)) '15:30:00'
Instance Methods | |
Inherited from Inherited from |
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 19 11:10:46 2009 | http://epydoc.sourceforge.net |