Neal Becker wrote:
Has anyone noticed that a function created with boost::python using
args() to give keyword arguments doesn't seem to work with
functools.partial keyword arguments (but does with positional args)?
For example, I have this function:
class_
("uniform_real", "Uniform float
Has anyone noticed that a function created with boost::python using
args() to give keyword arguments doesn't seem to work with
functools.partial keyword arguments (but does with positional args)?
For example, I have this function:
class_
("uniform_real", "Uniform float distribution",
bp::i