Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
D_msvccompiler.py236 self.add_include_dir(dir.rstrip(os.sep))
Dccompiler.py217 def add_include_dir(self, dir): member in CCompiler
/third_party/python/Doc/distutils/
Dapiref.rst411 .. method:: CCompiler.add_include_dir(dir)
415 supplied by successive calls to :meth:`add_include_dir`.
421 Overrides any preceding calls to :meth:`add_include_dir`; subsequent calls to
422 :meth:`add_include_dir` add to the list passed to :meth:`set_include_dirs`.
721 list, in the same way as :meth:`add_include_dir`.
/third_party/python/Doc/library/
Dzipapp.rst364 >>> cc.add_include_dir(distutils.sysconfig.get_python_inc())