For anyone interested in taking a look, I've just released a
native-Python implementation of the DBus protocol for Twisted. The
intent of the implementation is to provide Twisted applications with a
full-featured DBus API that is consistent with the rest of the
framework and does not require the us
On Thu, Jun 28, 2012 at 9:40 PM, Dan Stromberg wrote:
>
> Hi.
>
> I'm a Twisted neophyte, but I've been using Python a long time.
>
> My question:
> Is there a way of producing a deferred graph in a Python program at a
> given point in time? Perhaps something based on graphviz and objgraph.py?
>