MCPcopy
hub / github.com/encode/starlette / convert

Method convert

starlette/convertors.py:13–14  ·  view source on GitHub ↗
(self, value: str)

Source from the content-addressed store, hash-verified

11 regex: ClassVar[str] = ""
12
13 def convert(self, value: str) -> T:
14 raise NotImplementedError() # pragma: no cover
15
16 def to_string(self, value: T) -> str:
17 raise NotImplementedError() # pragma: no cover

Callers 4

matchesMethod · 0.45
matchesMethod · 0.45
matchesMethod · 0.45
matchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected