MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-117215.py

File recipe-117215.py

recipes/Python/117215_A_Date_module/recipe-117215.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2The module defines a class Date and several methods to deal with it, including conversions.
3
4The "format" of the Date class is as follows: Each instance has three attributes,

Callers

nothing calls this directly

Calls 6

strFunction · 0.85
NumberDaysMonthFunction · 0.85
DaysToEndYearMethod · 0.80
DateClass · 0.70
nextMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected