Documentation of 'jnumeric.KeywordFunction' Java class
KeywordFunction
jnumeric

Class KeywordFunction

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BinaryUfunc


    public class KeywordFunction
    extends PyObject
    Allows the subclassed functions to accept keyword arguments.
    See Also:
    Serialized Form
    • Constructor Detail

      • KeywordFunction

        public KeywordFunction()
        Constructor that sets the javaProxy.
    • Method Detail

      • __call__

        public PyObject __call__(PyObject[] args,
                                 java.lang.String[] keywords)
        Description copied from class: PyObject
        The basic method to override when implementing a callable object. The first len(args)-len(keywords) members of args[] are plain arguments. The last len(keywords) arguments are the values of the keyword arguments.
        Overrides:
        __call__ in class PyObject
        Parameters:
        args - all arguments to the function (including keyword arguments).
        keywords - the keywords used for all keyword arguments.
      • __findattr_ex__

        public PyObject __findattr_ex__(java.lang.String name)
        Description copied from class: PyObject
        Attribute lookup hook. If the attribute is not found, null may be returned or a Py.AttributeError can be thrown, whatever is more correct, efficient and/or convenient for the implementing class. Client code should use PyObject.__getattr__(String) or PyObject.__findattr__(String). Both methods have a clear policy for failed lookups.
        Overrides:
        __findattr_ex__ in class PyObject
        Returns:
        The looked up value. May return null if the attribute is not found

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.