All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.templates.function.expose Maven / Gradle / Ivy

Go to download

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

There is a newer version: 2.7.4
Show newest version
# setup
type_name: function
type_class: PyFunction
type_base_class: PyObject
# exposed methods
expose_getset: func_closure getFuncClosure
expose_getset: func_globals getFuncGlobals
expose_getset: func_name getFuncName
expose_getset: func_dict getFuncDict setFuncDict
expose_getset: func_code getFuncCode setFuncCode
expose_getset: func_doc getFuncDoc setFuncDoc
#todo: setFuncDefaults
expose_getset: func_defaults getFuncDefaults
expose_meth: __repr__
 `sdeleg`(toString);
expose_wide_meth: __call__ -1 -1
expose_new_mutable:




© 2015 - 2024 Weber Informatics LLC | Privacy Policy