MCPcopy 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
193def objid(obj):
194 return obj.__class__.__name__ + ':' + hex(id(obj))
195
196
197from .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