Searched refs:is_tuplename (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_inspect.py656 is_tuplename = re.compile(r'^\.\d+$').match variable in class:TestGetcallargsFunctions
690 "if not is_tuplename(i[0]))")
691 return eval(code % signature, {'is_tuplename' : self.is_tuplename})

Completed in 86 milliseconds