Package libconfix :: Package plugins :: Package make :: Module setup :: Class MakeCallerInterfaceProxy
[show private | hide private]
[frames | no frames]

Class MakeCallerInterfaceProxy

InterfaceProxy --+
                 |
                MakeCallerInterfaceProxy


Method Summary
  __init__(self, object)
  CALL_MAKE_AND_RESCAN(self, filename, args)
Create a builder object that calls make when it is enlarge()d.
  CALL_MAKE_AND_RESCAN_SYNC(self, filename, args)
Call make immediately, and rescan the directory.
    Inherited from InterfaceProxy
  add_global(self, key, value)
  get_globals(self)
  object(self)

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.

Generated by Epydoc 2.1 on Fri Nov 23 16:56:35 2007 http://epydoc.sf.net