Top Fields Constructors Methods
org.python.modules.time

pack-priv Class TimeFunctions

Located in compilation unit of org.python.modules.time.Time.

extends PyBuiltinFunctionSet
Class Inheritance
Annotations
@Untraversable

Field Summary

Modifier and TypeField and Description
public static final PyObject
Inherited from org.python.core.PyBuiltinFunctionSet:
index

Constructor Summary

AccessConstructor and Description
public
TimeFunctions(String name, int index, int argcount)

Method Summary

Modifier and TypeMethod and Description
public PyObject
__call__()

Overrides org.python.core.PyBuiltinFunctionNarrow.__call__.

A variant of the __call__ method with no arguments.

public PyObject

Field Detail

moduleback to summary
public static final PyObject module

Constructor Detail

TimeFunctionsback to summary
public TimeFunctions(String name, int index, int argcount)

Method Detail

__call__back to summary
public PyObject __call__()

Overrides org.python.core.PyBuiltinFunctionNarrow.__call__.

Doc from org.python.core.PyObject.__call__.

A variant of the __call__ method with no arguments. The default behavior is to invoke __call__(args, keywords) with the appropriate arguments. The only reason to override this function would be for improved performance.

getModuleback to summary
public PyObject getModule()

Overrides org.python.core.PyBuiltinCallable.getModule.

Annotations
@Override