Open
Description
Throughout the docs, we do not show ---> None
to keep things easy to follow. See #99 for rationale.
But on overloaded cases, Sphinx makes them show up on all but the first one.
"""
qstr_info()
qstr_info(verbose) # <---- There's nothing here but still it shows up
Prints how many strings are interned and how much RAM they use.