MCPcopy Create free account
hub / github.com/clab/dynet / __init__

Method __init__

examples/python-utils/util.py:47–49  ·  view source on GitHub ↗
(self, fname, begin=None)

Source from the content-addressed store, hash-verified

45
46class CharsCorpusReader:
47 def __init__(self, fname, begin=None):
48 self.fname = fname
49 self.begin = begin
50
51 def __iter__(self):
52 begin = self.begin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected