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 9b134bf commit d64a40dCopy full SHA for d64a40d
1 file changed
Doc/perl/python.perl
@@ -662,6 +662,15 @@ sub do_env_methoddesc{
662
}
663
664
665
+sub do_cmd_methodlineni{
666
+ local($_) = @_;
667
+ next_optional_argument();
668
+ my $method = next_argument();
669
+ my $arg_list = next_argument();
670
+ return "<dt><b>$method</b> (<var>$arg_list</var>)\n<dd>"
671
+ . $_;
672
+}
673
+
674
sub do_env_methoddescni{
675
local($_) = @_;
676
next_optional_argument();
0 commit comments