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

Method __bytes__

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

Source from the content-addressed store, hash-verified

117 self.data = str(seq).encode()
118
119 def __bytes__(self):
120 return self.data
121
122 def __str__(self):
123 return self.data.decode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected