org.python.core

Class PyReflectedConstructor

public class PyReflectedConstructor extends PyReflectedFunction

Constructor Summary
PyReflectedConstructor(String name)
PyReflectedConstructor(Constructor c)
Method Summary
voidaddConstructor(Constructor m)
StringtoString()
PyObject__call__(PyObject self, PyObject[] args, String[] keywords)
PyObject__call__(PyObject[] args, String[] keywords)

Constructor Detail

PyReflectedConstructor

public PyReflectedConstructor(String name)

PyReflectedConstructor

public PyReflectedConstructor(Constructor c)

Method Detail

addConstructor

public void addConstructor(Constructor m)

toString

public String toString()

__call__

public PyObject __call__(PyObject self, PyObject[] args, String[] keywords)

__call__

public PyObject __call__(PyObject[] args, String[] keywords)