Files
ray-project--ray/python/ray/dag/base.py
T
2026-07-13 13:17:40 +08:00

9 lines
236 B
Python

"""This module defines the base class for object scanning and gets rid of
reference cycles."""
from ray.util.annotations import DeveloperAPI
@DeveloperAPI
class DAGNodeBase:
"""Common base class for a node in a Ray task graph."""