↓ 26 callersClassdatetimedatetime(year=None, month=None, day=None, hour=0, minute=0, second=0, microsecond=0, tzinfo=None) -> datetime
recipes/Python/577825_Rudimentary_Database_Engine/recipe-577825.py:1002
↓ 16 callersClassxml Usage: xml(tag, child, ..., attr = value, ...) returns new element with specified child elements and attributes xml(tag, text, child,
recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:32