File tree 1 file changed +1
-6
lines changed
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
32
32
class or module. The functions whose names begin with "is" are mainly
33
33
provided as convenient choices for the second argument to :func: `getmembers `.
34
34
They 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) :
36
36
37
37
.. this function name is too big to fit in the ascii-art table below
38
38
.. |coroutine-origin-link | replace :: :func: `sys.set_coroutine_origin_tracking_depth `
39
39
40
40
+-----------+-------------------+---------------------------+
41
41
| Type | Attribute | Description |
42
42
+===========+===================+===========================+
43
- | module | __doc__ | documentation string |
44
- +-----------+-------------------+---------------------------+
45
- | | __file__ | filename (missing for |
46
- | | | built-in modules) |
47
- +-----------+-------------------+---------------------------+
48
43
| class | __doc__ | documentation string |
49
44
+-----------+-------------------+---------------------------+
50
45
| | __name__ | name with which this |
You can’t perform that action at this time.
0 commit comments