[svn r38815] Be at least consistent within one file
--HG-- branch : trunk
This commit is contained in:
parent
a8139d7d44
commit
3d8b61c246
|
@ -24,6 +24,7 @@ Basic Example:
|
||||||
True
|
True
|
||||||
|
|
||||||
For calling functions you may use a shortcut:
|
For calling functions you may use a shortcut:
|
||||||
|
|
||||||
>>> import py
|
>>> import py
|
||||||
>>> def f(): print "hello"
|
>>> def f(): print "hello"
|
||||||
>>> res, out, err = py.io.StdCapture.call(f)
|
>>> res, out, err = py.io.StdCapture.call(f)
|
||||||
|
|
Loading…
Reference in New Issue