Home
last modified time | relevance | path

Searched refs:pyc (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/python/cpython3/Doc/library/
Dpy_compile.rst35 in ``.pyc``.
37 ``/foo/bar/__pycache__/baz.cpython-32.pyc`` for Python 3.2. If *dfile* is
99 whether a bytecode file is up to date with a source file. The ``.pyc`` file
101 :ref:`pyc-invalidation` for more information on how Python invalidates
102 ``.pyc`` files at runtime.
108 The ``.pyc`` file includes the timestamp and size of the source file,
110 runtime to determine if the ``.pyc`` file needs to be regenerated.
114 The ``.pyc`` file includes a hash of the source file content, which Python
115 will compare against the source at runtime to determine if the ``.pyc``
120 Like :attr:`CHECKED_HASH`, the ``.pyc`` file includes a hash of the source
[all …]
Dcompileall.rst59 recorded in the ``.pyc`` files.
96 The ``timestamp`` value, means that ``.pyc`` files with the source timestamp
100 :ref:`pyc-invalidation` for more information on how Python validates
118 If two ``.pyc`` files with different optimization level have
127 byte-code file ending in ``.pyc``, never ``.pyo``.
202 If *hardlink_dupes* is true and two ``.pyc`` files with different optimization
215 The *legacy* parameter only writes out ``.pyc`` files, not ``.pyo`` files
271 If *hardlink_dupes* is true and two ``.pyc`` files with different optimization
280 The *legacy* parameter only writes out ``.pyc`` files, not ``.pyo`` files
309 The *legacy* parameter only writes out ``.pyc`` files, not ``.pyo`` files
/external/python/cpython2/PC/VS7.1/
Dpython.iss19 ; .py, .pyw, .pyc and .pyo extensions are registered.
76 UninstallDisplayIcon={app}\pyc.ico
99 Name: extensions; Description: Register file associations (.py, .pyw, .pyc, .pyo); Components: main…
220 ; Register .pyc
221 Tasks: extensions; Root: HKCR; Subkey: .pyc; ValueType: string; ValueName: ; ValueData: Python Comp…
223 …; Subkey: Python CompiledFile\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\pyc.ico
273 Name: {app}\Lib\compiler\*.pyc; Type: files
276 Name: {app}\Lib\distutils\command\*.pyc; Type: files
279 Name: {app}\Lib\distutils\*.pyc; Type: files
282 Name: {app}\Lib\email\test\*.pyc; Type: files
[all …]
/external/python/setuptools/setuptools.egg-info/
DSOURCES.txt104 setuptools/_vendor/__pycache__/__init__.cpython-36.pyc
105 setuptools/_vendor/__pycache__/six.cpython-36.pyc
115 setuptools/_vendor/packaging/__pycache__/__about__.cpython-36.pyc
116 setuptools/_vendor/packaging/__pycache__/__init__.cpython-36.pyc
117 setuptools/_vendor/packaging/__pycache__/_compat.cpython-36.pyc
118 setuptools/_vendor/packaging/__pycache__/_structures.cpython-36.pyc
119 setuptools/_vendor/packaging/__pycache__/specifiers.cpython-36.pyc
120 setuptools/_vendor/packaging/__pycache__/version.cpython-36.pyc
/external/python/mock/
D.gitignore1 .*\.pyc
12 *.pyc
/external/grpc-grpc/third_party/nanopb/
D.gitignore8 *.pyc
28 generator/nanopb_pb2.pyc
/external/python/cpython2/Tools/buildbot/
Dclean.bat12 echo Deleting .pyc/.pyo files ...
13 del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"
/external/python/cpython3/Tools/buildbot/
Dclean.bat12 echo Deleting .pyc/.pyo files ...
13 del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"
/external/llvm-project/libcxx/utils/google-benchmark/
D.gitignore11 *.pyc
36 .ycm_extra_conf.pyc
/external/libcxx/utils/google-benchmark/
D.gitignore11 *.pyc
36 .ycm_extra_conf.pyc
/external/python/pycparser/
DTODO.txt31 - If parsetab.py/pyc doesn't exist in the path, the table will be reconstructed
42 - If lextab.py/pyc exists in the path, it will be loaded unconditionally
43 - If lextab.py/pyc doesn't exist, it will be created and loaded
/external/google-benchmark/
D.gitignore12 *.pyc
37 .ycm_extra_conf.pyc
/external/python/cpython3/PCbuild/
Drt.bat7 rem after deleting all the .pyc files reachable from Lib/.
8 rem -q runs the tests just once, and without deleting .pyc files.
54 echo Deleting .pyc files ...
64 echo About to run again without deleting .pyc first:
/external/python/cpython2/Tools/compiler/
DREADME4 compile.py Demo that compiles a Python module into a .pyc file
11 dumppyc.py Dumps the contents of a .pyc file, printing
/external/bcc/SPECS/
Dbcc+clang.spec91 %exclude /usr/share/bcc/examples/*.pyc
93 %exclude /usr/share/bcc/examples/*/*.pyc
95 %exclude /usr/share/bcc/examples/*/*/*.pyc
/external/python/cpython2/RISCOS/
DMakefile398 -wipe @.^.Lib.*/pyc ~C~V
400 -wipe @.^.Lib.plat-riscos.*/pyc ~C~V
402 -wipe @.^.Lib.test.*/pyc ~C~V
404 -wipe @.^.Lib.encodings.*/pyc ~C~V
406 -wipe @.^.Lib.curses.*/pyc ~C~V
408 -wipe @.^.Lib.xml.*/pyc ~C~V
410 -wipe @.^.Lib.xml.sax.*/pyc ~C~V
412 -wipe @.^.Lib.xml.dom.*/pyc ~C~V
414 -wipe @.^.Lib.xml.parsers.*/pyc ~C~V
/external/autotest/
D.gitignore11 *.pyc
34 *.pyc
/external/python/cpython2/Tools/nuget/
Dmake_zip.py132 pyc = Path(tmpdir) / rel.with_suffix('.pyc').name
134 py_compile.compile(str(s), str(pyc), str(rel), doraise=True, optimize=2)
138 f.write(str(pyc), str(rel.with_suffix('.pyc')))
/external/python/cpython2/Lib/test/
Dtest_zipimport.py36 pyc = imp.get_magic() + struct.pack("<i", int(mtime)) + data
37 return pyc
306 pyc = make_pyc(compile(src, "<???>", "exec"), NOW)
307 files = {TESTMOD + pyc_ext: (NOW, pyc),
326 pyc = make_pyc(compile(test_src, "<???>", "exec"), NOW)
328 TESTMOD + pyc_ext: (NOW, pyc)}
/external/capstone/bindings/python/
DMakefile68 rm -f *.pyc capstone/*.pyc
/external/python/cpython2/PC/VC6/
Drt.bat32 @echo Deleting .pyc/.pyo files ...
35 @echo About to run again without deleting .pyc/.pyo first:
/external/grpc-grpc/examples/python/multiplex/
D.gitignore1 *.pyc
/external/libchrome/
D.gitignore1 *.pyc
/external/grpc-grpc/examples/python/helloworld/
D.gitignore1 *.pyc
/external/grpc-grpc/examples/python/route_guide/
D.gitignore1 *.pyc

12345678910>>...12