MCPcopy Index your code
hub / github.com/OverloadBlitz/cloudcent-cli / money

Function money

scripts/render_comment.py:14–18  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

12
13
14def money(x):
15 try:
16 return f"${float(x):,.2f}"
17 except (TypeError, ValueError):
18 return str(x)
19
20
21def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected