Home
last modified time | relevance | path

Searched refs:write_stub (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py72 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/
Dbuild_ext.py103 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
Dbdist_egg.py53 def write_stub(resource, pyfile): function
185 write_stub(os.path.basename(ext_name), pyfile)
Deasy_install.py1032 bdist_egg.write_stub(resource, pyfile)