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

Commita708ace

Browse files
hongweipenghongweipeng
authored and
hongweipeng
committed
udpate _getmembers args
1 parent8ba3a08 commita708ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def isabstract(object):
441441
returnTrue
442442
returnFalse
443443

444-
def_getmembers(object,predicate=None,getter=None):
444+
def_getmembers(object,predicate,getter):
445445
"""Return all members of an object as (name, value) pairs sorted by name.
446446
Optionally, only return members that satisfy a given predicate."""
447447
ifisclass(object):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp