Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FDio/vpp
/ __repr__
Method
__repr__
test/vpp_object.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
self.object_id()
32
33
def
__repr__(self) -> str:
34
return
"<%s>"
% self.object_id()
35
36
def
__hash__(self) -> int:
37
return
hash(self.object_id())
Callers
nothing calls this directly
Calls
1
object_id
Method · 0.95
Tested by
no test coverage detected