MCPcopy Create free account
hub / github.com/python-hyper/uritemplate / dict_test

Function dict_test

uritemplate/variable.py:551–552  ·  view source on GitHub ↗
(value: t.Any)

Source from the content-addressed store, hash-verified

549
550
551def dict_test(value: t.Any) -> bool:
552 return isinstance(value, (dict, collections.abc.MutableMapping))
553
554
555def _encode(value: t.AnyStr, encoding: str = "utf-8") -> bytes:

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…