OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_py_ext
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py
272
if not globals().has_key('
_py_ext
'):
273
global
_py_ext
274
_py_ext
= [triple[0] for triple in imp.get_suffixes()
284
if os.path.splitext(file)[1] ==
_py_ext
]
/external/python/cpython2/Tools/i18n/
pygettext.py
271
if not globals().has_key('
_py_ext
'):
272
global
_py_ext
273
_py_ext
= [triple[0] for triple in imp.get_suffixes()
283
if os.path.splitext(file)[1] ==
_py_ext
]
/external/python/cpython3/Tools/i18n/
pygettext.py
269
if '
_py_ext
' not in globals():
270
global
_py_ext
271
_py_ext
= importlib.machinery.SOURCE_SUFFIXES[0]
280
if os.path.splitext(file)[1] ==
_py_ext
]
Completed in 272 milliseconds