Home | History | Annotate | Download | only in test

Lines Matching refs:argcount

138             argcount = subprocess.Popen.__init__.__code__.co_argcount
139 too_many_args = [0] * (argcount + 1)