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 6754d52 commit 80b3f68Copy full SHA for 80b3f68
1 file changed
Doc/lib/libfuncs.tex
@@ -119,6 +119,7 @@ \section{Built-in Functions \label{built-in-funcs}}
119
\end{funcdesc}
120
121
\begin{funcdesc}{classmethod}{function}
122
+ \label{classmethod}
123
Return a class method for \var{function}.
124
125
A class method receives the class as implicit first argument,
@@ -883,6 +884,7 @@ \section{Built-in Functions \label{built-in-funcs}}
883
884
885
886
\begin{funcdesc}{staticmethod}{function}
887
+ \label{staticmethod}
888
Return a static method for \var{function}.
889
890
A static method does not receive an implicit first argument.
0 commit comments