Switch to CPython's implementation of dir()
Somewhat tricky since it assumes __dict__ is always a dict object; I think I caught most of the places though.
Showing
Please register or sign in to comment
Somewhat tricky since it assumes __dict__ is always a dict object; I think I caught most of the places though.