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
6b4b0d24
Commit
6b4b0d24
authored
Sep 10, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do_cmd_methodlineni(): New function, needed because the ref. manual now
actually uses this markup.
parent
c60b0ca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Doc/perl/python.perl
Doc/perl/python.perl
+9
-0
No files found.
Doc/perl/python.perl
View file @
6b4b0d24
...
@@ -662,6 +662,15 @@ sub do_env_methoddesc{
...
@@ -662,6 +662,15 @@ sub do_env_methoddesc{
}
}
sub
do_cmd_methodlineni
{
local
(
$_
)
=
@_
;
next_optional_argument
();
my
$method
=
next_argument
();
my
$arg_list
=
next_argument
();
return
"
<dt><b>
$method
</b> (<var>
$arg_list
</var>)
\n
<dd>
"
.
$_
;
}
sub
do_env_methoddescni
{
sub
do_env_methoddescni
{
local
(
$_
)
=
@_
;
local
(
$_
)
=
@_
;
next_optional_argument
();
next_optional_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