Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
def
url(v):
464
v = coerce_text(v)
465
if
is_unicode(v):
466
v = v.encode(
'utf8'
)
467
return
url_quote(v)
468
469
470
def
attr(**kw):
Callers
nothing calls this directly
Calls
3
coerce_text
Function · 0.85
is_unicode
Function · 0.85
encode
Method · 0.80
Tested by
no test coverage detected