Lines Matching refs:base
3 Contains CCompiler, an abstract base class that defines the interface
16 """Abstract base class to define the interface that must be implemented
43 # (UnixCCompiler, MSVCCompiler, etc.) -- or perhaps the base
483 base, ext = os.path.splitext(source)
852 base, ext = os.path.splitext(src_name)
853 base = os.path.splitdrive(base)[1] # Chop off the drive
854 base = base[os.path.isabs(base):] # If abs, chop off leading /
859 base = os.path.basename(base)
861 base + self.obj_extension))
885 dir, base = os.path.split(libname)
886 filename = fmt % (base, ext)