class documentation

class ScrapyJSONEncoder(json.JSONEncoder): (source)

View In Hierarchy

Undocumented

Method default Undocumented
Constant DATE_FORMAT Undocumented
Constant TIME_FORMAT Undocumented
def default(self, o): (source)

Undocumented

DATE_FORMAT: str = (source)

Undocumented

Value
'%Y-%m-%d'
TIME_FORMAT: str = (source)

Undocumented

Value
'%H:%M:%S'