mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +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 # {}
|
||||
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
|
||||
declaremodule # [] # {} # {}
|
||||
funcline # {} # {}
|
||||
funclineni # {} # {}
|
||||
memberline # [] # {}
|
||||
methodline # [] # {} # {}
|
||||
methodlineni # [] # {} # {}
|
||||
modulesynopsis # {}
|
||||
platform # {}
|
||||
samp # {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue