(self)
| 46 | |
| 47 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected