MCPcopy
hub / github.com/chidiwilliams/buzz / join_values

Function join_values

buzz/cli.py:252–253  ·  view source on GitHub ↗
(enum_class: typing.Type[enum.Enum])

Source from the content-addressed store, hash-verified

250
251
252def join_values(enum_class: typing.Type[enum.Enum]) -> str:
253 return ", ".join([v.value for v in enum_class])

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected