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

Class html

tools/npy_tempita/__init__.py:432–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431
432class html:
433
434 def __init__(self, value):
435 self.value = value
436
437 def __str__(self):
438 return self.value
439
440 def __html__(self):
441 return self.value
442
443 def __repr__(self):
444 return '<%s %r>' % (
445 self.__class__.__name__, self.value)
446
447
448def html_quote(value, force=True):

Callers 1

attrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected