List of functions in the ude.parsers.dialects.base namespace.
| Entity Name | Description |
|---|---|
| _clean_xrefs | Replaces :domain:role:target cross-references with bare target text. |
| _clean_xrefs_in_dict | |
| _empty_parse |
Directory & Entity Index
| Entity Name | Summary / Description | ||||||
|---|---|---|---|---|---|---|---|
| _clean_xrefs function | Replaces :domain:role: Methods_clean_xrefs
Replaces :domain:role: Returns: The text with cross-reference markup removed.
| ||||||
| _clean_xrefs_in_dict function | Returns a copy of d with xrefs cleaned from all string values. Methods_clean_xrefs_in_dict
Returns a copy of d with xrefs cleaned from all string values. Returns: A new dict with the same keys and cross-reference-cleaned string values.
| ||||||
| _empty_parse function | Returns a zero-content DocstringParse sentinel. DocstringParse` with all fields at their defaults. Methods_empty_parse
Returns a zero-content DocstringParse sentinel. DocstringParse` with all fields at their defaults. Returns: A ` |