MCPcopy Create free account
hub / github.com/PKU-YuanGroup/TaxDiff / __iter__

Method __iter__

data_reader/decoder.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46
47class decoder_set:
48 def __iter__(self):
49 return iter(self.x)
50 def __init__(self, path='generate_data/protein/generate1.txt', alphabet=Uniprot21()):
51 print('# loading array:', path, file=sys.stderr)
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected