Commit 066e35a
committed
Remove hardcoded dunder list from _coconut_lazy_module
The metaclass __getattr__ handles all attribute access on the lazy module
class, making explicit dunder forwarding unnecessary for the current use
cases (async_generator, tstr, numpy, trollius, backports.functools_lru_cache).
https://claude.ai/code/session_01KBLQLYTdfjLPaR2UJhgnkq1 parent 6cab116 commit 066e35a
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 35 | | |
43 | 36 | | |
44 | 37 | | |
| |||
0 commit comments