blob: 26b25548ac0b4d5ed96a3912fa21afccb33713bf (
plain)
1
2
3
4
5
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
> def b(x):
> print "x is %s" % x
|