Class set_builder

java.lang.Object
org.python.core.PyObject
org.python.modules._jythonlib.set_builder
All Implemented Interfaces:
Serializable

public class set_builder extends PyObject
See Also:
  • Field Details

    • TYPE

      public static final PyType TYPE
  • Constructor Details

    • set_builder

      public set_builder(PyObject factory)
    • set_builder

      public set_builder(PyObject factory, PyType set_type)
  • Method Details

    • __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.