Expand description
Utilities for manipulating and parsing documentation strings.
Functionsยง
- normalize_
doc_ string - Removes leading indentation and trailing whitespace from a string, returning
None
if the string is empty. - normalize_
indentation - Removes leading indentation and trailing whitespace from a string.
- remove_
asterisks_ if_ asterisk_ docs - Remove asterisks if the doc string is formatted with asterisks.