File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
55
55
| | __module__ | name of module in which |
56
56
| | | this class was defined |
57
57
+-----------+-------------------+---------------------------+
58
+ | | __type_params__ | A tuple containing the |
59
+ | | | :ref: `type parameters |
60
+ | | | <type-params>` of |
61
+ | | | a generic class |
62
+ +-----------+-------------------+---------------------------+
58
63
| method | __doc__ | documentation string |
59
64
+-----------+-------------------+---------------------------+
60
65
| | __name__ | name with which this |
@@ -103,6 +108,11 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
103
108
| | | reserved for return |
104
109
| | | annotations. |
105
110
+-----------+-------------------+---------------------------+
111
+ | | __type_params__ | A tuple containing the |
112
+ | | | :ref: `type parameters |
113
+ | | | <type-params>` of |
114
+ | | | a generic function |
115
+ +-----------+-------------------+---------------------------+
106
116
| | __module__ | name of module in which |
107
117
| | | this function was defined |
108
118
+-----------+-------------------+---------------------------+
You can’t perform that action at this time.
0 commit comments