Skip to content

Commit e4b19d5

Browse files
danieleadesdaniel.eades
authored andcommitted
fixup
1 parent 0241ebe commit e4b19d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/docutils/@tests/stubtest_allowlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ docutils.nodes.GenericNodeVisitor.__getattr__
1010
# these methods take a rawsource parameter that has been deprecated and is completely ignored, so we omit it from the stub
1111
docutils.nodes.Text.__new__
1212
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__
1315
docutils.statemachine.ViewList.__iter__ # doesn't exist at runtime, but the class is iterable due to __getitem__
1416
docutils.transforms.Transform.__getattr__
1517
docutils.transforms.Transformer.__getattr__

0 commit comments

Comments
 (0)