Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dcalltip.py119 _first_param = re.compile(r'(?<=\()\w*\,?\s*') variable
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_calltip.py208 assert calltip._first_param.sub('', uni) == '(a)'