Gary Yendell

Results 3 issues of 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...

help wanted

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...