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

Method __init__

python/inspireface/modules/core/native.py:362–363  ·  view source on GitHub ↗
(self, string="")

Source from the content-addressed store, hash-verified

360 A faster and better solution is to rewrite your program using lists."""
361
362 def __init__(self, string=""):
363 self.data = string
364
365 def __hash__(self):
366 raise TypeError("unhashable type (it is mutable)")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected