MCPcopy Create free account
hub / github.com/TrustAIResearch/MLHospital / __len__

Method __len__

mlh/data_preprocessing/attribute_data_parser.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 return X, target
78
79 def __len__(self):
80 return len(self.attr)
81
82
83if __name__ == "__main__":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected