MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / _

Function _

example_code/item_050.py:139–140  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

137print("Example 5")
138@my_print.register(int)
139def _(value):
140 print("Integer!", value)
141
142@my_print.register(float)
143def _(value):

Callers

nothing calls this directly

Calls 2

my_evaluateFunction · 0.85
my_prettyFunction · 0.85

Tested by

no test coverage detected