The ast_tree.py
module#
Summary#
Provides the base element. |
|
Provides the itemized list element. |
|
Provides the simple itemized list element. |
|
Provides the member element for a simple itemized list. |
|
Provides the ordered list element. |
|
Provides the list item element. |
|
Provides the filename element. |
|
Provides the external link element. |
|
Provides the paragraph element. |
|
Provides the phrase element. |
|
Provides the structure name element. |
|
Provides the title element. |
|
Provides the emphasis element. |
|
Provides the example element. |
|
Provides the informal example element. |
|
Provides the GUI menu element. |
|
Provides the replaceable element. |
|
Provides the program listing element. |
|
Provides the variable list. |
|
Provides the reference section element. |
|
Provides the variable list entry element. |
|
Provides the term element. |
|
Provides the GUI label element. |
|
Provides the GUI menu item element. |
|
Provides the superscript element. |
|
Provides the code element. |
|
Provides the math element. |
|
Provides the inline equation element. |
|
Provides the subscript element. |
|
Provides the inline graphic element. |
|
Provides the quote element. |
|
Provides the link element. |
|
Provides the cross reference element. |
|
Provides the user input element. |
|
Provides the screen element. |
|
Provides the literal output element. |
|
Provides the caution element. |
|
Provides the graphic element. |
|
Provides the function element. |
|
Provides the note element. |
|
Provides the block quote element. |
|
Provides the reference metadata element. |
|
Provides the index term element. |
|
Provides the primary element. |
|
Provides the tgroup element, which contains the header and body rows of a table. |
|
Provides the table element |
|
Provides the title of the reference entry. |
|
Provides the refnamediv element, which contains the name, |
|
Provides the refname element which contains |
|
Provides the refpurpose element, which contains |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the command element. |
|
Provides the computer output element. |
|
Provides the figure element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the tbody element. |
|
Provides the entry element. |
|
Provides the row element. |
|
Provides the thead element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the base element. |
|
Provides the chapter element. |
|
Provides the base element. |
|
Provides the base element. |
|
Argument object. |
|
Provides the XML command from the documentation. |
|
Provides the informal table element. |
|
Provides for loading an XML file as an AST (abstract syntax tree). |
Convert to a Python-compatible name. |
|
Get the values of an iterator. |
|
Get the values of a quantity iterator. |
|
Python-compatible term |
|
Check if a name is an elipsis. |
|
Resize the length of a text. |
|
Parse a single element. |
|
Parse the children of an element. |
|
Parse a paragraph element. |
|
Module detail#
- ast_tree.to_py_name(name, name_map=None)#
Convert to a Python-compatible name.
- ast_tree.get_quant_iter_pos(name: str) tuple #
Get the values of a quantity iterator.
- Parameters:
- name: str
Name of the parameter containing the iterator.
- Returns:
tuple
Tuple containing the iteration value and the position of the iterator.
- ast_tree.get_complete_args_from_initial_arg(initial_args: List[str], elipsis_args: List[str]) List[str] #
- ast_tree.is_elipsis(name: str) bool #
Check if a name is an elipsis.
- Returns:
- bool
True if the argument is an elipsis, False otherwise.
- ast_tree.resize_length(text, max_length=100, initial_indent='', subsequent_indent='', list=False)#
Resize the length of a text.
- ast_tree.ponctuaction_whitespace(text, ponctuation)#
- ast_tree.resize_element_list(text, max_length=100)#
- ast_tree.parse_element(element)#
Parse a single element.
- ast_tree.parse_children(element)#
Parse the children of an element.
- Returns:
list
List of the children of the element.
- ast_tree.parse_text(element)#
Parse a paragraph element.
- ast_tree.get_parser()#
- ast_tree.CONV_EQN = False#
- ast_tree.CONST#
- ast_tree.CLEANUP#
- ast_tree.PY_ARG_CLEANUP#
- ast_tree.NAME_MAP_GLOB#
- ast_tree.SKIP#
- ast_tree.NO_RESIZE_LIST = ['Variablelist']#
- ast_tree.superlatif = ['st', 'nd', 'rd', 'th']#
- ast_tree.parsers#
- ast_tree.item_needing_links_base_url#
- ast_tree.item_needing_fcache#
- ast_tree.item_needing_all#