We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0241ebe commit e4b19d5Copy full SHA for e4b19d5
stubs/docutils/@tests/stubtest_allowlist.txt
@@ -10,6 +10,8 @@ docutils.nodes.GenericNodeVisitor.__getattr__
10
# these methods take a rawsource parameter that has been deprecated and is completely ignored, so we omit it from the stub
11
docutils.nodes.Text.__new__
12
docutils.parsers.recommonmark_wrapper
13
+docutils.statemachine.State.nested_sm # is initialised in __init__
14
+docutils.statemachine.State.nested_sm_kwargs # is initialised in __init__
15
docutils.statemachine.ViewList.__iter__ # doesn't exist at runtime, but the class is iterable due to __getitem__
16
docutils.transforms.Transform.__getattr__
17
docutils.transforms.Transformer.__getattr__
0 commit comments