You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
icalendar allows importing everything that is designated for the public API with from icalendar import *. Everything that is not mentioned in icalendar.__all__, is private. As such, the convention is to prefix those with _.
rename all private functions and methods to start with _
Rather create a small Pull Request several times than a big one that takes ages to merge.