MCPcopy Create free account
hub / github.com/ActiveState/code / function

Function function

recipes/Python/279155_linenumpy/recipe-279155.py:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45from linenum import LN
46
47def function():
48 print LN()
49 print LN('print', 'me')
50 print LN('abc', name='AName')
51 print LN('When the name variable is of the form ' \
52 'package.module, normally, the top-level package', wrap=1)
53
54function()

Callers 14

recipe-279155.pyFile · 0.70
executeFunction · 0.50
__init__Method · 0.50
run_protectedMethod · 0.50
memoize_wrapperFunction · 0.50
PropertyFunction · 0.50
runMethod · 0.50
callMethod · 0.50
substituteFunction · 0.50
augmentedwatchFunction · 0.50
wrapperFunction · 0.50
wrapperFunction · 0.50

Calls 1

LNFunction · 0.90

Tested by

no test coverage detected