OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ispythonprog
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
classfix.py
56
ispythonprog
= re.compile('^[a-zA-Z0-9_]+\.py$')
variable
58
return
ispythonprog
.match(name) >= 0
methfix.py
53
ispythonprog
= re.compile('^[a-zA-Z0-9_]+\.py$')
variable
55
return
ispythonprog
.match(name) >= 0
pathfix.py
62
ispythonprog
= re.compile('^[a-zA-Z0-9_]+\.py$')
variable
64
return
ispythonprog
.match(name) >= 0
/external/python/cpython2/Tools/scripts/
classfix.py
56
ispythonprog
= re.compile('^[a-zA-Z0-9_]+\.py$')
variable
58
return
ispythonprog
.match(name) >= 0
methfix.py
53
ispythonprog
= re.compile('^[a-zA-Z0-9_]+\.py$')
variable
55
return
ispythonprog
.match(name) >= 0
pathfix.py
62
ispythonprog
= re.compile('^[a-zA-Z0-9_]+\.py$')
variable
64
return
ispythonprog
.match(name) >= 0
/external/python/cpython3/Tools/scripts/
pathfix.py
67
ispythonprog
= re.compile(r'^[a-zA-Z0-9_]+\.py$')
variable
69
return bool(
ispythonprog
.match(name))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
eqfix.py
56
ispythonprog
= re.compile('^[a-zA-Z0-9_]+\.py$')
variable
58
return
ispythonprog
.match(name) >= 0
/external/python/cpython2/Demo/scripts/
eqfix.py
56
ispythonprog
= re.compile('^[a-zA-Z0-9_]+\.py$')
variable
58
return
ispythonprog
.match(name) >= 0
Completed in 610 milliseconds