@@ -101,25 +101,36 @@ are not in the type library.
101
101
102
102
The meaning of the attributes:
103
103
104
- ``_reg_threading_ `` must be set to "Both", "Free", or "Apartment".
105
- It specifies the apartment model in which the server runs.
104
+ .. py :attribute :: _reg_threading_
106
105
107
- ``_reg_progid_ `` and ``_reg_novers_progid `` are optional short
108
- names that can later be used to specify your object, instead of
109
- the CLSID in type library. Typically the type library name plus
110
- the coclass name plus a version number are combined to form the
111
- progid, and the type library name plus the coclass name are
112
- combined to form the version independend progid.
106
+ Must be set to "Both", "Free", or "Apartment".
107
+ It specifies the apartment model in which the server runs.
113
108
114
- ``_reg_desc_ `` is the (optional) name of the coclass.
109
+ .. py :attribute :: _reg_progid_
110
+ .. py :attribute :: _reg_novers_progid_
115
111
116
- The ``_reg_clsctx_ `` constant specifies in which contexts the com
117
- server can operate.
112
+ (optional) The short names that can later be used to specify
113
+ your object, instead of the CLSID in type library. Typically
114
+ the type library name plus the coclass name plus a version
115
+ number are combined to form the progid, and the type library
116
+ name plus the coclass name are combined to form the version
117
+ independend progid.
118
118
119
- The optional ``_regcls_ `` constant is only used for com objects
120
- that run in their own process, see the MSDN docs for more info.
121
- In |comtypes |, several REGCLS values are defined in the
122
- ``comtyper.server.localserver `` module.
119
+ .. py :attribute :: _reg_desc_
120
+
121
+ (optional) The name of the coclass.
122
+
123
+ .. py :attribute :: _reg_clsctx_
124
+
125
+ The constant specifies in which contexts the COM server can
126
+ operate.
127
+
128
+ .. py :attribute :: _regcls_
129
+
130
+ (optional) The constant is only used for com objects that
131
+ run in their own process, see the MSDN docs for more info.
132
+ In |comtypes |, several REGCLS values are defined in the
133
+ ``comtyper.server.localserver `` module.
123
134
124
135
You do not yet implement any methods on the class, because basic
125
136
functionality is already present.
0 commit comments