Searched refs:write_stub (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ |
D | setuptools_build_ext.py | 72 self.write_stub(package_dir or os.curdir, ext, True) 179 self.write_stub( 208 def write_stub(self, output_dir, ext, compile=False): member in build_ext
|
/external/python/setuptools/setuptools/command/ |
D | build_ext.py | 103 self.write_stub(package_dir or os.curdir, ext, True) 202 self.write_stub(cmd, ext) 235 def write_stub(self, output_dir, ext, compile=False): member in build_ext
|
D | bdist_egg.py | 53 def write_stub(resource, pyfile): function 185 write_stub(os.path.basename(ext_name), pyfile)
|
D | easy_install.py | 1032 bdist_egg.write_stub(resource, pyfile)
|