MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / higher_order.py

File higher_order.py

28_rusty_python/python/higher_order.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def HasColor(name, default=None, doc=None):
2 propname = "__color_{}".format(name)
3 colors = {
4 "black": 0x00000000,

Callers

nothing calls this directly

Calls 3

CanvasClass · 0.85
ButtonClass · 0.70
printFunction · 0.50

Tested by

no test coverage detected