**Describe the bug** <!-- A clear and concise description of what the bug is. --> The stub generator for proxy classes (`tools/write_pyi.py`) does not generate overload stubs **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> To accurately reflect the typing of the proxied classes, the overloads should be stubbed out.
Describe the bug
The stub generator for proxy classes (
tools/write_pyi.py) does not generate overload stubsExpected behavior
To accurately reflect the typing of the proxied classes, the overloads should be stubbed out.