class documentation

class DutchParserInfo(dateutil.parser.parserinfo):

View In Hierarchy

specific configuration for dateutil for dutch month and week names

Constant HMS Undocumented
Constant JUMP Undocumented
Constant MONTHS Undocumented
Constant WEEKDAYS Undocumented
HMS: list =

Undocumented

Value
[('h', 'uur', 'uren'), ('m', 'minuut', 'minuten'), ('s', 'seconde', 'secondes')]
JUMP: list[str] =

Undocumented

Value
[' ', '.', ',', ';', '-', '/', '\'', 'op', 'en', 'm', 't', 'van', 'e', 'sten']
MONTHS: list =

Undocumented

Value
[('Jan', 'Januari'),
 ('Feb', 'Februari'),
 ('Mar', 'Maart'),
 ('Apr', 'April'),
 'Mei',
 ('Jun', 'Juni'),
 ('Jul', 'Juli'),
...
WEEKDAYS: list =

Undocumented

Value
[('Ma', 'Maandag'),
 ('Di', 'Dinsdag'),
 ('Wo', 'Woensdag'),
 ('Do', 'Donderdag'),
 ('Vr', 'Vrijdag'),
 ('Za', 'Zaterdag'),
 ('Zo', 'Zondag')]