Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283b125 commit bfc8fe4Copy full SHA for bfc8fe4
1 file changed
Doc/documenting/markup.rst
@@ -205,6 +205,9 @@ The directives are:
205
206
Set name of the decorated function to *name*.
207
208
+ There is no ``deco`` role to link to a decorator that is marked up with
209
+ this directive; rather, use the ``:func:`` role.
210
+
211
.. describe:: class
212
213
Describes a class. The signature can include parentheses with parameters
@@ -226,6 +229,8 @@ The directives are:
226
229
227
230
Same as ``decorator``, but for decorators that are methods.
228
231
232
+ Refer to a decorator method using the ``:meth:`` role.
233
234
.. describe:: opcode
235
236
Describes a Python :term:`bytecode` instruction.
0 commit comments