Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pydoc does not show unbound methods of builtin classes as module members #113942

Closed
Assignees
serhiy-storchaka
Labels
3.13bugs and security fixes
@serhiy-storchaka

Description

@serhiy-storchaka

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

Linked PRs

Metadata

Metadata

Labels

3.13bugs and security fixes

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp