Add docstrings for the fd_pipes and returnpid parameters of doebuild().
authorZac Medico <zmedico@gentoo.org>
Mon, 23 Mar 2009 02:16:34 +0000 (02:16 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 23 Mar 2009 02:16:34 +0000 (02:16 -0000)
(trunk r13135)

svn path=/main/branches/2.1.6/; revision=13154

pym/portage/__init__.py

index 343a53b6a2603c13e5e9d619604303b7b7546093..2c4b447b6d6d035ba43c578f89079cfb69d17415 100644 (file)
@@ -5509,6 +5509,13 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
        @type vartree: vartree instance
        @param prev_mtimes: A dict of { filename:mtime } keys used by merge() to do config_protection
        @type prev_mtimes: dictionary
+       @param fd_pipes: A dict of mapping for pipes, { '0': stdin, '1': stdout }
+               for example.
+       @type fd_pipes: Dictionary
+       @param returnpid: Return a list of process IDs for a successful spawn, or
+               in integer value if spawn is unsuccessful. NOTE: This requires the
+               caller clean up all returned PIDs.
+       @type returnpid: Boolean
        @rtype: Boolean
        @returns:
        1. 0 for success