Skip to content

Commit ce45bc3

Browse files
Ad docutils.nodes.raw and docutils.nodes.Inline (#11312)
1 parent 8b9b0f4 commit ce45bc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/docutils/docutils/nodes.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class Root: ...
140140
class PreBibliographic: ...
141141
class Special(Body): ...
142142
class Invisible(PreBibliographic): ...
143+
class Inline: ...
143144

144145
class document(Root, Structural, Element):
145146
transformer: Transformer
@@ -153,6 +154,7 @@ class document(Root, Structural, Element):
153154
class paragraph(General, TextElement): ...
154155
class literal_block(General, FixedTextElement): ...
155156
class substitution_definition(Special, Invisible, TextElement): ...
157+
class raw(Special, Inline, PreBibliographic, FixedTextElement): ...
156158

157159
class NodeVisitor:
158160
def __init__(self, document: document): ...

0 commit comments

Comments
 (0)