org.python.core
public class PyStaticMethod extends PyObject implements PyType.Newstyle
Field Summary | |
---|---|
static String | exposed_name |
Constructor Summary | |
---|---|
PyStaticMethod(PyObject callable) |
Method Summary | |
---|---|
static void | typeSetup(PyObject dict, PyType.Newstyle marker) |
PyObject | __get__(PyObject obj, PyObject type) |