| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
bool is a subclass of int, so relativedelta(years=True) became +1 year, tzoffset(name, True) became a 1-second offset, and rrule(count=True) became count=1. Raise TypeError for bool on these numeric parameters.
| Back | FazBrowse Home | New Git URL |
Summary
bool is a subclass of int, so:
Raise TypeError for bool on these numeric parameters.
Test plan