Home | History | Annotate | Download | only in ply

Lines Matching refs:reqargs

2985                 reqargs = 2
2987 reqargs = 1
2988 if func_code(func).co_argcount > reqargs:
2991 elif func_code(func).co_argcount < reqargs: