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

Method __html__

tools/npy_tempita/__init__.py:440–441  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

438 return self.value
439
440 def __html__(self):
441 return self.value
442
443 def __repr__(self):
444 return '<%s %r>' % (

Callers 2

html_quoteFunction · 0.80
_reprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected