Home | History | Annotate | Download | only in distutils

Lines Matching refs:funcname

726     def has_function(self, funcname, includes=None, include_dirs=None,
728 """Return a boolean indicating whether funcname is supported on
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
754 """ % funcname)