class documentation

Undocumented

Method __init__ Undocumented
Method append Undocumented
Method could_be_day Undocumented
Method resolve_ymd Undocumented
Instance Variable century_specified Undocumented
Instance Variable dstridx Undocumented
Instance Variable mstridx Undocumented
Instance Variable ystridx Undocumented
Property has_day Undocumented
Property has_month Undocumented
Property has_year Undocumented
Method _resolve_from_stridxs Try to resolve the identities of year/month/day elements using ystridx, mstridx, and dstridx, if enough of these are specified.
def __init__(self, *args, **kwargs): (source)

Undocumented

def append(self, val, label=None): (source)

Undocumented

def could_be_day(self, value): (source)

Undocumented

def resolve_ymd(self, yearfirst, dayfirst): (source)

Undocumented

century_specified: bool = (source)

Undocumented

dstridx = (source)

Undocumented

mstridx = (source)

Undocumented

ystridx = (source)

Undocumented

@property
has_day = (source)

Undocumented

@property
has_month = (source)

Undocumented

@property
has_year = (source)

Undocumented

def _resolve_from_stridxs(self, strids): (source)

Try to resolve the identities of year/month/day elements using ystridx, mstridx, and dstridx, if enough of these are specified.