Home
last modified time | relevance | path

Searched refs:py_modules (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/distutils/command/
H A Dbuild_py.py34 self.py_modules = None
50 self.py_modules = self.distribution.py_modules
85 # and 'py_modules'. The former lets us work with whole packages, not
89 if self.py_modules:
234 module name in 'self.py_modules'. Returns a list of tuples (package,
256 for module in self.py_modules:
286 they are specified one-module-at-a-time ('self.py_modules') or
291 if self.py_modules:
399 if self.py_modules
[all...]
/third_party/qrcodegen/python/
H A Dsetup.py106 py_modules = ["qrcodegen"], variable
/third_party/skia/third_party/externals/libwebp/swig/
H A Dsetup.py37 py_modules=[package + ".libwebp"], variable
/third_party/python/Lib/distutils/tests/
H A Dtest_build_py.py94 project_dir, dist = self.create_dist(py_modules=['boiledeggs'])
112 project_dir, dist = self.create_dist(py_modules=['boiledeggs'])
H A Dtest_install.py186 project_dir, dist = self.create_dist(py_modules=['hello'],
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py290 py_modules=PY_MODULES, variable in BuildExt
/third_party/python/Lib/distutils/
H A Ddist.py208 self.py_modules = None
991 return len(self.packages or self.py_modules or []) > 0

Completed in 6 milliseconds