mirror of https://github.com/python/cpython.git
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
|
@ -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…
Reference in New Issue