Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HyperInspire/InspireFace
/ __float__
Method
__float__
python/inspireface/modules/core/native.py:134–135 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
132
return
int(self.data.decode())
133
134
def
__float__(self):
135
return
float(self.data.decode())
136
137
def
__complex__(self):
138
return
complex(self.data.decode())
Callers
nothing calls this directly
Calls
1
decode
Method · 0.80
Tested by
no test coverage detected