OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doraise
(Results
1 - 15
of
15
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
py_compile.py
71
def compile(file, cfile=None, dfile=None,
doraise
=False):
81
doraise
: flag indicating whether or not an exception should be
116
if
doraise
:
152
compile(filename,
doraise
=True)
162
compile(filename,
doraise
=True)
/external/python/cpython2/Lib/
py_compile.py
71
def compile(file, cfile=None, dfile=None,
doraise
=False):
81
doraise
: flag indicating whether or not an exception should be
116
if
doraise
:
152
compile(filename,
doraise
=True)
162
compile(filename,
doraise
=True)
/external/python/cpython3/Lib/
py_compile.py
79
def compile(file, cfile=None, dfile=None,
doraise
=False, optimize=-1,
88
:param
doraise
: Flag indicating whether or not an exception should be
146
if
doraise
:
194
compile(filename,
doraise
=True)
204
compile(filename,
doraise
=True)
zipfile.py
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Tests/
CheckPythonSyntax.py
31
py_compile.compile(filename,
doraise
=True)
/external/fonttools/
setup.py
16
# Force distutils to use py_compile.compile() function with '
doraise
' argument
21
def doraise_py_compile(file, cfile=None, dfile=None,
doraise
=False):
22
orig_py_compile(file, cfile=cfile, dfile=dfile,
doraise
=True)
/external/python/cpython3/Lib/test/support/
script_helper.py
248
init_name = py_compile.compile(init_name,
doraise
=True)
249
script_name = py_compile.compile(script_name,
doraise
=True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
script_helper.py
109
py_compile.compile(script_name,
doraise
=True)
/external/python/cpython2/Lib/test/support/
script_helper.py
115
py_compile.compile(script_name,
doraise
=True)
/external/python/cpython2/Tools/nuget/
make_zip.py
134
py_compile.compile(str(s), str(pyc), str(rel),
doraise
=True, optimize=2)
/external/python/cpython3/Lib/test/
test_cmd_line_script.py
226
py_compile.compile(script_name,
doraise
=True)
243
py_compile.compile(script_name,
doraise
=True)
265
compiled_name = py_compile.compile(script_name,
doraise
=True)
317
compiled_name = py_compile.compile(script_name,
doraise
=True)
test_py_compile.py
135
self.assertIsNone(py_compile.compile(bad_coding,
doraise
=False))
test_runpy.py
669
compiled_name = py_compile.compile(script_name,
doraise
=True)
685
compiled_name = py_compile.compile(script_name,
doraise
=True)
711
compiled_name = py_compile.compile(script_name,
doraise
=True)
test_imp.py
361
doraise
=True,
/external/python/cpython3/PC/layout/
main.py
263
doraise
=True,
Completed in 1185 milliseconds