File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,14 @@ The :func:`getmembers` function retrieves the members of an object such as a
3232class or module. The functions whose names begin with "is" are mainly
3333provided as convenient choices for the second argument to :func: `getmembers `.
3434They also help you determine when you can expect to find the following special
35- attributes:
35+ attributes (see :ref: ` import-mod-attrs ` for module attributes) :
3636
3737.. this function name is too big to fit in the ascii-art table below
3838 .. |coroutine-origin-link | replace :: :func: `sys.set_coroutine_origin_tracking_depth `
3939
4040+-----------+-------------------+---------------------------+
4141| Type | Attribute | Description |
4242+===========+===================+===========================+
43- | module | __doc__ | documentation string |
44- +-----------+-------------------+---------------------------+
45- | | __file__ | filename (missing for |
46- | | | built-in modules) |
47- +-----------+-------------------+---------------------------+
4843| class | __doc__ | documentation string |
4944+-----------+-------------------+---------------------------+
5045| | __name__ | name with which this |
You can’t perform that action at this time.
0 commit comments