Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ __repr__
Method
__repr__
bert/configuration_utils.py:331–332 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
329
return
self.__dict__ == other.__dict__
330
331
def
__repr__(self):
332
return
"{} {}"
.format(self.__class__.__name__, self.to_json_string())
333
334
def
to_diff_dict(self):
335
""
"
Callers
nothing calls this directly
Calls
1
to_json_string
Method · 0.95
Tested by
no test coverage detected