MCPcopy Index your code
hub / github.com/pathwaycom/pathway / _get_next_unique_name

Method _get_next_unique_name

python/pathway/debug/__init__.py:512–513  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510 events: dict[tuple[str, int], list[api.SnapshotEvent]] = {}
511
512 def _get_next_unique_name(self) -> str:
513 return str(f"_stream_generator_{next(self._unique_name)}")
514
515 def _advance_time_for_all_workers(
516 self, unique_name: str, workers: Iterable[int], timestamp: int

Callers 1

_table_from_dictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected