pymod advisers

Issue #52 open
Justin Schwartz created an issue

pymod-process.py will define advisers for pymod to use and has the theoretical means to allow python defined advisers into asss, but there is no actual ability to use advisers in python modules yet.

Comments (5)

  1. Former user Account Deleted

    I've got a little bit of this working in Wiki macro error: Changeset 3d49143a481f not found., and got it working for a simple test adviser I set up. Implementing them in python will be a little bit trickier, but I think using class inheritance might make it easier. There are also almost assuredly still memory leaks because I haven't touched any of the reference counts for the PyObjects.

  2. Log in to comment