Home
last modified time | relevance | path

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

/third_party/PyYAML/
H A Dsetup.py278 cmdclass = { variable
283 cmdclass['bdist_wheel'] = bdist_wheel
311 cmdclass=cmdclass,
/third_party/python/Lib/distutils/
H A Ddist.py164 # 'cmdclass' maps command names to class objects, so we
168 self.cmdclass = {}
718 klass = self.cmdclass.get(cmd)
732 (mentioned in self.cmdclass, but not a standard command). The
743 for cmd in self.cmdclass.keys():
765 self.cmdclass, but not a standard command). The descriptions come
777 for cmd in self.cmdclass.keys():
783 klass = self.cmdclass.get(cmd)
809 'command'. First we check the 'cmdclass' dictionary; if the
813 the module. The loaded class is also stored in 'cmdclass'
[all...]
/third_party/protobuf/python/compatibility_tests/v2.5.0/
H A Dsetup.py83 cmdclass={
/third_party/benchmark/
H A Dsetup.py106 cmdclass=dict(build_ext=BuildBazelExtension), variable in BuildBazelExtension
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py293 cmdclass=CMD_CLASS) variable in BuildExt
/third_party/protobuf/python/
H A Dsetup.py277 cmdclass={
/third_party/python/
H A Dsetup.py1611 cmdclass = {'build_ext': PyBuildExt, variable in main.DummyProcess

Completed in 6 milliseconds