Class set_builder

  • All Implemented Interfaces:
    java.io.Serializable

    public class set_builder
    extends PyObject
    See Also:
    Serialized Form
    • Field Detail

      • TYPE

        public static final PyType TYPE
    • Constructor Detail

      • set_builder

        public set_builder​(PyObject factory)
      • set_builder

        public set_builder​(PyObject factory,
                           PyType set_type)
    • Method Detail

      • __call__

        public PyObject __call__​(PyObject iterable)
        Description copied from class: PyObject
        A variant of the __call__ method with one argument. 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.
        Overrides:
        __call__ in class PyObject
        Parameters:
        iterable - the single argument to the function.