| Modifier and Type | Field and Description |
|---|---|
| private final PyObject | |
| private final PyType | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__(PyObject
the single argument to the function. iterable)Overrides org. A variant of the __call__ method with one argument. |
| factory | back to summary |
|---|---|
| private final PyObject factory | |
| set_type | back to summary |
|---|---|
| private final PyType set_type | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| set_builder | back to summary |
|---|---|
| public set_builder(PyObject factory) | |
| set_builder | back to summary |
|---|---|
| public set_builder(PyObject factory, PyType set_type) | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject iterable) Overrides org. Doc from org. A variant of the __call__ method with one argument. The default behavior is to invoke
| |