Message197855
R David Murray said:
>
>Special casing Enum in inspect has a code smell to it.
I agree, and I'm certainly open to other options.
The flow at this point is:
help() --> inspect.classify_class_attrs --> dir() --> Enum.__dir__
Because inspect relies on dir and Enum's dir has been customized, inspect will fail to return the whole story. |
|
Date |
User |
Action |
Args |
2013-09-16 01:31:12 | ethan.furman | set | recipients:
+ ethan.furman, barry, ncoghlan, pitrou, r.david.murray, eli.bendersky |
2013-09-16 01:31:12 | ethan.furman | set | messageid: <1379295072.31.0.745183165389.issue19030@psf.upfronthosting.co.za> |
2013-09-16 01:31:12 | ethan.furman | link | issue19030 messages |
2013-09-16 01:31:12 | ethan.furman | create | |
|