MCPcopy
hub / github.com/marimo-team/marimo / Number

Class Number

tests/_plugins/core/test_json_encoder.py:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 BLUE = "blue"
425
426 class Number(IntEnum):
427 ONE = 1
428 TWO = 2
429 THREE = 3
430
431 # Int enum
432 encoded = encode_json_str(Color.RED)

Callers 15

parseMaxPerProviderFunction · 0.85
RelativeTimeFunction · 0.85
SumStatFunction · 0.85
AverageStatFunction · 0.85
SliderFieldFunction · 0.85
saveValueFunction · 0.85
getVegaSpecMethod · 0.85
MarimoCirclePathsFunction · 0.85
MarimoPlusIconFunction · 0.85
roundToFractionDigitsFunction · 0.85
handleInputChangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…