server.web._compat ================== .. py:module:: server.web._compat Attributes ---------- .. autoapisummary:: server.web._compat.SessionMaker server.web._compat.DIALECT Functions --------- .. autoapisummary:: server.web._compat.add_time server.web._compat.subtract_time Module Contents --------------- .. py:data:: SessionMaker .. py:data:: DIALECT .. py:function:: add_time(next_report_increment: float) -> Any Adds the next report increment time, and then returns the new time. .. py:function:: subtract_time(next_report_increment: float) -> Any Subtracts the next report increment time, and then returns the new time.