mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 01:38:40 +08:00
croniter: make package, complete public API (#8316)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
croniter.CroniterError
|
||||
croniter.croniter.__next__
|
||||
croniter.croniter.next
|
||||
# missing from stub
|
||||
croniter.croniter.EXPANDERS
|
||||
croniter.croniter.HashExpander
|
||||
croniter.croniter.VALID_LEN_EXPRESSION
|
||||
croniter.croniter.hash_expression_re
|
||||
croniter.croniter.only_int_re
|
||||
croniter.croniter.special_weekday_re
|
||||
croniter.croniter.star_or_int_re
|
||||
croniter.croniter.step_search_re
|
||||
croniter.croniter.timedelta_to_seconds
|
||||
Reference in New Issue
Block a user