mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Added table entries for \methodline, \methodlineni.
This commit is contained in:
parent
ae3e574170
commit
3f3b09657f
1 changed files with 2 additions and 0 deletions
|
|
@ -360,6 +360,8 @@ def main():
|
|||
"memberdesc": (["class", "name"], 1, 0, 1, 0),
|
||||
"methoddesc": (["class", "name", ("args",)], 1, 0, 1, 0),
|
||||
"methoddescni": (["class", "name", ("args",)], 1, 0, 1, 0),
|
||||
"methodline": (["class", "name"], 1, 0, 0, 0),
|
||||
"methodlineni": (["class", "name"], 1, 0, 0, 0),
|
||||
"moduleauthor": (["name", "email"], 0, 1, 0, 0),
|
||||
"opcodedesc": (["name", "var"], 0, 0, 1, 0),
|
||||
"par": ([], 0, 1, 0, 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue