mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Ad docutils.nodes.raw and docutils.nodes.Inline (#11312)
This commit is contained in:
@@ -140,6 +140,7 @@ class Root: ...
|
||||
class PreBibliographic: ...
|
||||
class Special(Body): ...
|
||||
class Invisible(PreBibliographic): ...
|
||||
class Inline: ...
|
||||
|
||||
class document(Root, Structural, Element):
|
||||
transformer: Transformer
|
||||
@@ -153,6 +154,7 @@ class document(Root, Structural, Element):
|
||||
class paragraph(General, TextElement): ...
|
||||
class literal_block(General, FixedTextElement): ...
|
||||
class substitution_definition(Special, Invisible, TextElement): ...
|
||||
class raw(Special, Inline, PreBibliographic, FixedTextElement): ...
|
||||
|
||||
class NodeVisitor:
|
||||
def __init__(self, document: document): ...
|
||||
|
||||
Reference in New Issue
Block a user