MCPcopy
hub / github.com/msgspec/msgspec / run

Method run

src/msgspec/inspect.py:739–744  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

737 return out
738
739 def run(self):
740 # First construct a decoder to validate the types are valid
741 from ._core import MsgpackDecoder
742
743 MsgpackDecoder(Tuple[self.types])
744 return tuple(self.translate(t) for t in self.types)
745
746 def translate(self, typ):
747 t, args, metadata = _origin_args_metadata(typ)

Callers 1

multi_type_infoFunction · 0.45

Calls 1

translateMethod · 0.95

Tested by

no test coverage detected