MCPcopy Create free account
hub / github.com/HyperInspire/InspireFace / __complex__

Method __complex__

python/inspireface/modules/core/native.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return float(self.data.decode())
136
137 def __complex__(self):
138 return complex(self.data.decode())
139
140 def __hash__(self):
141 return hash(self.data)

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected