Searched refs:LibScope (Results 1 – 1 of 1) sorted by relevance
111 def libraries(self) -> Iterator[LibScope]:167 self.libs: Dict[int, LibScope] = {} # map from lib_id to LibScope185 lib = self.libs[lib_id] = LibScope(lib_id)248 class LibScope(object): class269 def merge(self, lib: LibScope): argument