Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-hyper/uritemplate
/ list_test
Function
list_test
uritemplate/variable.py:547–548 ·
view source on GitHub ↗
(value: t.Any)
Source
from the content-addressed store, hash-verified
545
546
547
def
list_test(value: t.Any) -> bool:
548
return
isinstance(value, (list, tuple))
549
550
551
def
dict_test(value: t.Any) -> bool:
Callers
4
_query_expansion
Method · 0.85
_label_path_expansion
Method · 0.85
_semi_path_expansion
Method · 0.85
_string_expansion
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…