SkipManimNode¶
Qualified name: manim\_pymunk.utils.docbuild.manim\_directive.SkipManimNode
- class SkipManimNode(rawsource='', *children, **attributes)[source]¶
Bases:
Admonition,ElementAuxiliary node class that is used when the
skip-manimtag is present or.potfiles are being built.Skips rendering the manim directive and outputs a placeholder instead.
Methods
Attributes
basic_attributesCommon list attributes.
child_text_separatorSeparator for child nodes, used by astext() method.
common_attributesTuple of `common attributes`__ known to all Doctree Element classes.
content_modelPython representation of the element's content model (cf.
documentReturn the document root node of the tree containing this Node.
known_attributesAlias for common_attributes.
lineThe line number (1-based) of the beginning of this Node in source.
list_attributesTuple of attributes that are initialized to empty lists.
local_attributesObsolete.
parentBack-reference to the Node immediately containing this Node.
sourcePath or description of the input source which generated this Node.
tagnameThe element generic identifier.
valid_attributesTuple of attributes that are valid for elements of this class.
rawsourceThe raw text from which this element was constructed.
childrenList of child nodes (elements and/or Text).
attributesDictionary of attribute {name: value}.
- Parameters:
rawsource (str)
attributes (Any)