MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-112546.py

File recipe-112546.py

recipes/Python/112546_printf_in_a_single_lambda/recipe-112546.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import sys
2
3printf = lambda fmt,*args: sys.stdout.write(fmt%args)
4

Callers

nothing calls this directly

Calls 2

printfFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected