class documentation

class Oracle_datetime(datetime.datetime):

View In Hierarchy

A datetime object, with an additional class attribute to tell cx_Oracle to save the microseconds too.
Class Method from​_datetime Undocumented
@classmethod
def from_datetime(cls, dt):

Undocumented