sm.webapp package

Submodules

sm.webapp.globalvars module

sm.webapp.util module

class sm.webapp.util.DateTimeEncoder(skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, encoding='utf-8', default=None)[source]

Bases: json.encoder.JSONEncoder

Auxuliary class that lets us encode dates in json

default(obj)[source]
sm.webapp.util.my_print(s)[source]

Pretty printing with timestamp

sm.webapp.webserver module

Module contents