Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ objid
Function
objid
suds/__init__.py:193–194 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
191
pass
192
193
def
objid(obj):
194
return
obj.__class__.__name__ +
':'
+ hex(id(obj))
195
196
197
from
.client
import
Client
Callers
4
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected