|
|
|
|
|
by uranusjr
927 days ago
|
|
Forwarding itself is trivial, just ~5 lines in __getattr__. The difficulty comes when you need to type check the thing. Fixing that would require some special treatment on the type system side and not really doable with a third party library. |
|