Top Description Constructors Methods
org.python.core

public abstract Class PyBuiltinClassMethodNarrow

extends PyBuiltinMethodNarrow
Class Inheritance
Known Direct Subclasses
org.python.core.JavaProxyMap.MapClassMethod

A builtin classmethod with a restricted number of arguments.

Constructor Summary

AccessConstructor and Description
protected
PyBuiltinClassMethodNarrow(String name, int minArgs, int maxArgs)

protected
protected

Method Summary

Modifier and TypeMethod and Description
public PyMethodDescr
Inherited from org.python.core.PyBuiltinMethodNarrow:
__call____call____call____call____call____call____call__

Constructor Detail

PyBuiltinClassMethodNarrowback to summary
protected PyBuiltinClassMethodNarrow(String name, int minArgs, int maxArgs)
PyBuiltinClassMethodNarrowback to summary
protected PyBuiltinClassMethodNarrow(PyObject self, PyBuiltinCallable.Info info)
PyBuiltinClassMethodNarrowback to summary
protected PyBuiltinClassMethodNarrow(PyType type, PyObject self, PyBuiltinCallable.Info info)

Method Detail

makeDescriptorback to summary
public PyMethodDescr makeDescriptor(PyType t)

Overrides org.python.core.PyBuiltinMethod.makeDescriptor.