mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Add \funcline, \funclineni, and \methodlineni to the list of functions
that are processed before their arguments. Closes SF bug #637807.
This commit is contained in:
parent
a5a173efbf
commit
4400509aaa
1 changed files with 3 additions and 0 deletions
|
|
@ -1932,8 +1932,11 @@ sub do_cmd_term{
|
||||||
#code # {}
|
#code # {}
|
||||||
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
|
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
|
||||||
declaremodule # [] # {} # {}
|
declaremodule # [] # {} # {}
|
||||||
|
funcline # {} # {}
|
||||||
|
funclineni # {} # {}
|
||||||
memberline # [] # {}
|
memberline # [] # {}
|
||||||
methodline # [] # {} # {}
|
methodline # [] # {} # {}
|
||||||
|
methodlineni # [] # {} # {}
|
||||||
modulesynopsis # {}
|
modulesynopsis # {}
|
||||||
platform # {}
|
platform # {}
|
||||||
samp # {}
|
samp # {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue