Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
If you set an unbound method of builtin class as a module global,pydoc will not show it in the module output. It shows builtin functions and static methods, class methods and bound instance methods of builtin classes.
list_count=list.count# not shownlist_repr=list.__repr__# not shownbuiltin_ord=ordstr_maketrans=str.maketransdict_fromkeys=dict.fromkeysdict_get= {}.get