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

Class Inner

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

Source from the content-addressed store, hash-verified

29 raise TypeError("color specifications must be ints or strs")
30
31 class Inner:
32 pass
33
34 setattr(Inner, name, property(getter, setter, None, doc))
35 return Inner

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected