Searched refs:Names (Results 1 – 2 of 2) sorted by relevance
162 class Names: class165 if isinstance(parts, Names):176 return Names(self.parts + (other,))177 elif isinstance(other, Names):178 return Names(self.parts + other.parts)180 return Names(self.parts + other)185 return isinstance(other, Names) and self.parts == other.parts188 if not isinstance(other, Names):196 return Names(type_name[1:].split('.'))221 elif isinstance(value, strtypes + (Names,)):[all …]
65 // Names of files imported by this file.