MCPcopy Index your code
hub / github.com/python/mypy / list_all

Method list_all

mypy/metastore.py:267–270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 self.dirty_shards.discard(i)
266
267 def list_all(self) -> Iterable[str]:
268 for db in self.dbs:
269 for row in db.execute("SELECT path FROM files2"):
270 yield row[0]
271
272 def close(self) -> None:
273 for db in self.dbs:

Callers 2

read_allMethod · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by 1

read_allMethod · 0.76