Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HyperInspire/InspireFace
/ immutable
Method
immutable
python/inspireface/modules/core/native.py:397–398 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
395
self.data = self.data[:start] + self.data[end:]
396
397
def
immutable(self):
398
return
UserString(self.data)
399
400
def
__iadd__(self, other):
401
if
isinstance(other, UserString):
Callers
nothing calls this directly
Calls
1
UserString
Class · 0.85
Tested by
no test coverage detected