mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Mark vobject as complete (#9120)
This commit is contained in:
@@ -3,3 +3,18 @@ vobject.base.VBase.__init__
|
||||
|
||||
# only available on Windows
|
||||
vobject.win32tz
|
||||
|
||||
# dependencies
|
||||
vobject.change_tz.PyICU
|
||||
vobject.icalendar.Pytz
|
||||
vobject.icalendar.pytz
|
||||
|
||||
# re-exports
|
||||
vobject.hcalendar.CRLF
|
||||
|
||||
# python2 compat
|
||||
vobject.base.basestring
|
||||
vobject.base.str_
|
||||
vobject.base.to_unicode
|
||||
vobject.base.to_basestring
|
||||
vobject.vcard.basestring
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
version = "0.9.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
Reference in New Issue
Block a user