Searched refs:LibScope (Results 1 – 1 of 1) sorted by relevance
112 def libraries(self) -> Iterator[LibScope]:169 self.libs: Dict[int, LibScope] = {} # map from lib_id to LibScope187 lib = self.libs[lib_id] = LibScope(lib_id)254 class LibScope(object): class275 def merge(self, lib: LibScope): argument