class documentation

class DateTimePattern: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __mod__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method apply Undocumented
Instance Variable format Undocumented
Instance Variable pattern Undocumented
def __init__(self, pattern: str, format: DateTimeFormat): (source)

Undocumented

def __mod__(self, other: DateTimeFormat) -> str: (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

def __str__(self) -> str: (source)

Undocumented

def apply(self, datetime: datetime.date|datetime.time, locale: (Locale|str)|None, reference_date: datetime.date|None = None) -> str: (source)

Undocumented

Undocumented

Undocumented