class documentation

class DatetimeFormat(_TimelikeFormat): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable casting Undocumented
Instance Variable legacy Undocumented
Instance Variable timezone Undocumented
Instance Variable unit Undocumented
Method _format_non_nat Undocumented

Inherited from _TimelikeFormat:

Instance Variable _format Undocumented
Instance Variable _nat Undocumented
def __call__(self, x): (source)
def __init__(self, x, unit=None, timezone=None, casting='same_kind', legacy=False): (source)

Undocumented

Undocumented

timezone = (source)

Undocumented

Undocumented

def _format_non_nat(self, x): (source)