| Trees | Index | Help |
|---|
| Package libconfix :: Package plugins :: Package make :: Module setup :: Class MakeCallerInterfaceProxy |
|
InterfaceProxy --+
|
MakeCallerInterfaceProxy
| Method Summary | |
|---|---|
__init__(self,
object)
| |
Create a builder object that calls make when it is enlarge()d. | |
Call make immediately, and rescan the directory. | |
| Inherited from InterfaceProxy | |
| |
| |
| |
| Method Details |
|---|
CALL_MAKE_AND_RESCAN(self, filename='Makefile', args=[])Create a builder object that calls make when it is enlarge()d. This means that make is called in a deferred way, not at the time the method is called. |
CALL_MAKE_AND_RESCAN_SYNC(self, filename='Makefile', args=[])Call make immediately, and rescan the directory. This is done synchronously, so that the caller can be sure that make has been called when the function returns. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Nov 23 16:56:35 2007 | http://epydoc.sf.net |