mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
There are now sixteen isfoo functions.
This commit is contained in:
parent
728bee897f
commit
3e9d66fee1
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Types and members
|
|||
-----------------
|
||||
|
||||
The :func:`getmembers` function retrieves the members of an object such as a
|
||||
class or module. The fifteen functions whose names begin with "is" are mainly
|
||||
class or module. The sixteen functions whose names begin with "is" are mainly
|
||||
provided as convenient choices for the second argument to :func:`getmembers`.
|
||||
They also help you determine when you can expect to find the following special
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue