Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HyperInspire/InspireFace
/ __imul__
Method
__imul__
python/inspireface/modules/core/native.py:409–411 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
407
return
self
408
409
def
__imul__(self, n):
410
self.data *= n
411
return
self
412
413
414
class
String(MutableString, ctypes.Union):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected