Source code for neuralogic.core.constructs.function.function_container

from collections.abc import Iterable
from typing import Any

import jpype

from neuralogic.core.constructs.function.enum import Combination
from neuralogic.core.constructs.function.function import Function
from neuralogic.core.constructs.function.function_graph import FunctionGraph