MCPcopy Create free account
hub / github.com/SooLab/CGFormer / __repr__

Method __repr__

utils/dataset_open.py:189–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

187 return img, mask, sent
188
189 def __repr__(self):
190 return self.__class__.__name__ + "(" + \
191 f"db_path={self.lmdb_dir}, " + \
192 f"dataset={self.dataset}, " + \
193 f"split={self.split}, " + \
194 f"mode={self.mode}, " + \
195 f"input_size={self.input_size}, " + \
196 f"word_length={self.word_length}"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected