MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

tools/npy_tempita/__init__.py:434–435  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

432class html:
433
434 def __init__(self, value):
435 self.value = value
436
437 def __str__(self):
438 return self.value

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected