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 6db897c commit 6b3fb78Copy full SHA for 6b3fb78
1 file changed
Doc/perl/python.perl
@@ -627,6 +627,15 @@ sub do_cmd_funcline{
627
return "<dt><b>$prefix</b> (<var>$arg_list</var>)\n<dd>" . $_;
628
}
629
630
+sub do_cmd_funclineni{
631
+ local($_) = @_;
632
+ my $function_name = next_argument();
633
+ my $arg_list = next_argument();
634
+ my $prefix = "<tt class=function>$function_name</tt>";
635
+
636
+ return "<dt><b>$prefix</b> (<var>$arg_list</var>)\n<dd>" . $_;
637
+}
638
639
# Change this flag to index the opcode entries. I don't think it's very
640
# useful to index them, since they're only presented to describe the dis
641
# module.
0 commit comments