MCPcopy 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
547def list_test(value: t.Any) -> bool:
548 return isinstance(value, (list, tuple))
549
550
551def dict_test(value: t.Any) -> bool:

Callers 4

_query_expansionMethod · 0.85
_label_path_expansionMethod · 0.85
_semi_path_expansionMethod · 0.85
_string_expansionMethod · 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…