Introduction
openzl.ext.nodes.Node
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
__init__()
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
base_node()
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
build_graph(compressor, successors)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
parameterize(compressor)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
parameters()
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
run(edge)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
run_multi_input(edges)
Source code in build-openzl/py/site-packages/openzl/ext/nodes.pyi
openzl.ext.NodeParameters
__module__ = 'openzl.ext'
class-attribute
str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str
Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.str() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.
local_params
property
(self) -> openzl::LocalParams | None
name
property
(self) -> str | None
__init__()
method descriptor
init(self) -> None
__new__(*args, **kwargs)
builtin
Create and return a new object. See help(type) for accurate signature.
openzl.ext.graphs.Graph
Source code in build-openzl/py/site-packages/openzl/ext/graphs.pyi
__init__()
Source code in build-openzl/py/site-packages/openzl/ext/graphs.pyi
base_graph()
Source code in build-openzl/py/site-packages/openzl/ext/graphs.pyi
parameterize(arg)
Source code in build-openzl/py/site-packages/openzl/ext/graphs.pyi
parameters()
Source code in build-openzl/py/site-packages/openzl/ext/graphs.pyi
set_destination(arg)
Source code in build-openzl/py/site-packages/openzl/ext/graphs.pyi
set_multi_input_destination(arg)
Source code in build-openzl/py/site-packages/openzl/ext/graphs.pyi
openzl.ext.GraphParameters
__module__ = 'openzl.ext'
class-attribute
str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str
Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.str() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.
custom_graphs
property
(self) -> list[openzl.ext.GraphID] | None
custom_nodes
property
(self) -> list[openzl.ext.NodeID] | None
local_params
property
(self) -> openzl::LocalParams | None
name
property
(self) -> str | None
__init__()
method descriptor
init(self) -> None
__new__(*args, **kwargs)
builtin
Create and return a new object. See help(type) for accurate signature.