Home
last modified time | relevance | path

Searched refs:py_compile (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_py_compile.py4 import py_compile
75 py_compile.compile(self.source_path, self.pyc_path)
89 py_compile.compile(self.source_path, self.pyc_path)
97 py_compile.compile(self.source_path, os.devnull)
100 py_compile.compile(self.source_path)
105 py_compile.compile(os.path.basename(self.source_path),
111 py_compile.compile(os.path.relpath(self.source_path),
140 py_compile.compile(self.source_path, self.pyc_path)
169 py_compile.compile(weird_path)
178 py_compile.compile(
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_py_compile.py4 import py_compile
77 py_compile.compile(self.source_path, self.pyc_path)
99 py_compile.compile(self.source_path, os.devnull)
102 py_compile.compile(self.source_path)
107 py_compile.compile(os.path.basename(self.source_path),
113 py_compile.compile(os.path.relpath(self.source_path),
142 py_compile.compile(self.source_path, self.pyc_path)
171 py_compile.compile(weird_path)
180 py_compile.compile(
188 py_compile.compile(
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_py_compile.py4 import py_compile
77 py_compile.compile(self.source_path, self.pyc_path)
99 py_compile.compile(self.source_path, os.devnull)
102 py_compile.compile(self.source_path)
107 py_compile.compile(os.path.basename(self.source_path),
113 py_compile.compile(os.path.relpath(self.source_path),
142 py_compile.compile(self.source_path, self.pyc_path)
171 py_compile.compile(weird_path)
180 py_compile.compile(
188 py_compile.compile(
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_py_compile.py4 import py_compile
77 py_compile.compile(self.source_path, self.pyc_path)
99 py_compile.compile(self.source_path, os.devnull)
102 py_compile.compile(self.source_path)
107 py_compile.compile(os.path.basename(self.source_path),
113 py_compile.compile(os.path.relpath(self.source_path),
142 py_compile.compile(self.source_path, self.pyc_path)
171 py_compile.compile(weird_path)
180 py_compile.compile(
188 py_compile.compile(
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_py_compile.py4 import py_compile
77 py_compile.compile(self.source_path, self.pyc_path)
99 py_compile.compile(self.source_path, os.devnull)
102 py_compile.compile(self.source_path)
107 py_compile.compile(os.path.basename(self.source_path),
113 py_compile.compile(os.path.relpath(self.source_path),
142 py_compile.compile(self.source_path, self.pyc_path)
171 py_compile.compile(weird_path)
180 py_compile.compile(
188 py_compile.compile(
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_py_compile.py4 import py_compile
77 py_compile.compile(self.source_path, self.pyc_path)
99 py_compile.compile(self.source_path, os.devnull)
102 py_compile.compile(self.source_path)
107 py_compile.compile(os.path.basename(self.source_path),
113 py_compile.compile(os.path.relpath(self.source_path),
142 py_compile.compile(self.source_path, self.pyc_path)
171 py_compile.compile(weird_path)
180 py_compile.compile(
188 py_compile.compile(
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_py_compile.py4 import py_compile
77 py_compile.compile(self.source_path, self.pyc_path)
99 py_compile.compile(self.source_path, os.devnull)
102 py_compile.compile(self.source_path)
107 py_compile.compile(os.path.basename(self.source_path),
113 py_compile.compile(os.path.relpath(self.source_path),
142 py_compile.compile(self.source_path, self.pyc_path)
171 py_compile.compile(weird_path)
180 py_compile.compile(
188 py_compile.compile(
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_py_compile.py4 import py_compile
77 py_compile.compile(self.source_path, self.pyc_path)
99 py_compile.compile(self.source_path, os.devnull)
102 py_compile.compile(self.source_path)
107 py_compile.compile(os.path.basename(self.source_path),
113 py_compile.compile(os.path.relpath(self.source_path),
142 py_compile.compile(self.source_path, self.pyc_path)
171 py_compile.compile(weird_path)
180 py_compile.compile(
188 py_compile.compile(
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_py_compile.py4 import py_compile
77 py_compile.compile(self.source_path, self.pyc_path)
99 py_compile.compile(self.source_path, os.devnull)
102 py_compile.compile(self.source_path)
107 py_compile.compile(os.path.basename(self.source_path),
113 py_compile.compile(os.path.relpath(self.source_path),
142 py_compile.compile(self.source_path, self.pyc_path)
171 py_compile.compile(weird_path)
180 py_compile.compile(
188 py_compile.compile(
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/math/elpa/elpa-2019.05.002/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/archivers/lzo2/lzo-2.10/autoconf/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/archivers/lzop/lzop-1.04/autoconf/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/security/cracklib/cracklib-2.9.7/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/devel/isl/isl-0.24/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/mail/mailutils/mailutils-3.13/build-aux/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/graphics/libsixel/sixel-1.8.6/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/accessibility/caribou/caribou-0.4.21/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/audio/libgpod-sharp/libgpod-0.8.3/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)
/dports/audio/libgpod/libgpod-0.8.3/
H A Dpy-compile119 import sys, os, py_compile, imp
133 py_compile.compile(filepath, imp.cache_from_source(filepath), path)
135 py_compile.compile(filepath, filepath + 'c', path)
140 import sys, os, py_compile, imp
157 py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
159 py_compile.compile(filepath, filepath + 'o', path)

12345678910>>...33