MCPcopy Create free account
hub / github.com/davidblewett/rure-python / iter_lines

Method iter_lines

regex/scripts/scrape_crates_io.py:181–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179 yield rsrc
180
181 def iter_lines(self):
182 for src in self.iter_srcs():
183 with open(src) as f:
184 for line in f:
185 yield line
186
187
188if __name__ == "__main__":

Callers 1

mainFunction · 0.80

Calls 1

iter_srcsMethod · 0.95

Tested by

no test coverage detected