In some custom __pdoc__ I've found it necessary to use _pformat_dataclass. Is there either a) a way to avoid this, or b) can the _pformat_X functions be made public? They are useful building blocks in a custom __pdoc__.
E.g.
https://github.com/GalacticDynamics/coordinax/blob/ea9637589f4cdff1863d4c8258ef0bc31bc7e1f8/src/coordinax/_src/vectors/base/vector.py#L546