Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ __repr__
Method
__repr__
eos/saveddata/mode.py:61–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
return
copy
60
61
def
__repr__(self):
62
return
"Mode(ID={}, name={}) at {}"
.format(
63
self.item.ID, self.item.name, hex(id(self))
64
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected