[svn r37786] improve docstring

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-02 02:05:31 +01:00
parent 7a718ca2e7
commit 0c55062e74
1 changed files with 4 additions and 0 deletions

View File

@ -202,6 +202,10 @@ class Gateway(object):
""" return channel object for communicating with the asynchronously
executing 'source' code which will have a corresponding 'channel'
object in its executing namespace.
You may provide callback functions 'stdout' and 'stderr'
which will get called with the remote stdout/stderr output
piece by piece.
"""
try:
source = str(Source(source))