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

Method __eq__

bert/configuration_utils.py:328–329  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

326 return json.loads(text)
327
328 def __eq__(self, other):
329 return self.__dict__ == other.__dict__
330
331 def __repr__(self):
332 return "{} {}".format(self.__class__.__name__, self.to_json_string())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected