MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Canvas

Class Canvas

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

Source from the content-addressed store, hash-verified

36
37
38class Canvas(HasColor("foreground"), HasColor("background")):
39 pass
40
41
42class Button(Canvas, HasColor("border"), HasColor("text")):

Callers 1

higher_order.pyFile · 0.85

Calls 1

HasColorFunction · 0.85

Tested by

no test coverage detected