Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HyperInspire/InspireFace
/ __hash__
Method
__hash__
python/inspireface/modules/core/native.py:365–366 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
363
self.data = string
364
365
def
__hash__(self):
366
raise
TypeError(
"unhashable type (it is mutable)"
)
367
368
def
__setitem__(self, index, sub):
369
if
index < 0:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected