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

Function url

tools/npy_tempita/__init__.py:463–467  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

461
462
463def url(v):
464 v = coerce_text(v)
465 if is_unicode(v):
466 v = v.encode('utf8')
467 return url_quote(v)
468
469
470def attr(**kw):

Callers

nothing calls this directly

Calls 3

coerce_textFunction · 0.85
is_unicodeFunction · 0.85
encodeMethod · 0.80

Tested by

no test coverage detected