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

Method from_string

uritemplate/variable.py:168–169  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

166
167 @staticmethod
168 def from_string(s: str) -> "Operator":
169 return _operators.get(s, Operator.default)
170
171
172_operators: t.Final[t.Dict[str, Operator]] = {

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected