Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
80b3f685
Commit
80b3f685
authored
Jun 10, 2003
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF bug: 751941 Invisible HTML tag
Added missing jump target labels.
parent
6754d525
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Doc/lib/libfuncs.tex
Doc/lib/libfuncs.tex
+2
-0
No files found.
Doc/lib/libfuncs.tex
View file @
80b3f685
...
@@ -119,6 +119,7 @@ def my_import(name):
...
@@ -119,6 +119,7 @@ def my_import(name):
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
classmethod
}{
function
}
\begin{funcdesc}
{
classmethod
}{
function
}
\label
{
classmethod
}
Return a class method for
\var
{
function
}
.
Return a class method for
\var
{
function
}
.
A class method receives the class as implicit first argument,
A class method receives the class as implicit first argument,
...
@@ -883,6 +884,7 @@ class C(object):
...
@@ -883,6 +884,7 @@ class C(object):
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
staticmethod
}{
function
}
\begin{funcdesc}
{
staticmethod
}{
function
}
\label
{
staticmethod
}
Return a static method for
\var
{
function
}
.
Return a static method for
\var
{
function
}
.
A static method does not receive an implicit first argument.
A static method does not receive an implicit first argument.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment