MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / iter

Method iter

data/scripts/common.py:45–47  ·  view source on GitHub ↗
(self, file)

Source from the content-addressed store, hash-verified

43 super().load(file)
44
45 def iter(self, file):
46 for item in super().iter(file):
47 yield item
48
49 def _iter(self, file):
50 for line_number, line in enumerate(super()._iter(file), start=1):

Callers 2

find_target_itemsFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected