Gary Yendell
Gary Yendell
It seems that private members are not extracted even though they are included in the doxygen XML with `EXTRACT_PRIVATE = YES`. Am I doing something wrong, or is this the...
This would match the behaviour of the equivalent methods in [`mock`](https://github.com/python/cpython/blob/main/Lib/unittest/mock.py#L1687) Currently, I can pass `new_callable=AsyncMock` to make it work, but then mypy type checking fails because the type hints...
I am trying to implement a way to get the runtime version if editable and the install version otherwise (as mentioned in #143). I initially thought we could try to...
Console output from loguru seems to bypass the buffering IPython does to keep its user prompt pinned to the bottom, so you get this: ``` In [1]: 2025-09-23 16:29:39.811 |...