Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_inspect.py687 is_tuplename = re.compile(r'^\.\d+$').match variable in TestGetcallargsFunctions
722 return eval(code % signature, {'is_tuplename' : self.is_tuplename})
868 return eval(code % signature, {'is_tuplename' : self.is_tuplename})