mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-26 02:08:42 +08:00
Improve type annotations in 'docutils.parsers.rst' (#11523)
This commit is contained in:
@@ -11,11 +11,9 @@ docutils.nodes.GenericNodeVisitor.__getattr__
|
||||
# these methods take a rawsource parameter that has been deprecated and is completely ignored, so we omit it from the stub
|
||||
docutils.nodes.Text.__new__
|
||||
docutils.parsers.recommonmark_wrapper
|
||||
docutils.parsers.rst.Directive.__getattr__
|
||||
docutils.transforms.Transform.__getattr__
|
||||
docutils.transforms.Transformer.__getattr__
|
||||
docutils.TransformSpec.unknown_reference_resolvers
|
||||
docutils.utils.Reporter.__getattr__
|
||||
|
||||
# the constructor appears to be mostly internal API, public API users are meant to use docutils.utils.new_reporter instead
|
||||
docutils.utils.Reporter.__init__
|
||||
|
||||
Reference in New Issue
Block a user