Python stdlib module — calendar. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.format()Neutralformat(cols, colwidth, spacing)
Prints multi-column formatting for year calendars
.formatstring()Neutralformatstring(cols, colwidth, spacing)
Returns a string formatted from n strings, centered within n columns.
.monthrange()Neutralmonthrange(year, month)
Return weekday (0-6 ~ Mon-Sun) and number of days (28-31) for
.timegm()Neutraltimegm(tuple)
Unrelated but handy function to calculate Unix timestamp from GMT.
.weekday()Neutralweekday(year, month, day)
Return weekday (0-6 ~ Mon-Sun) for year, month (1-12), day (1-31).
.Calendar()NeutralCalendar(...)
Base calendar class. This class doesn't do any formatting. It simply
| FQN | Field | |
|---|---|---|
| calendar | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import calendar