MCPcopy Create free account
hub / github.com/pathwaycom/pathway / statistics

Method statistics

python/pathway/internals/parse_graph.py:231–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 )
230
231 def statistics(self) -> dict[str, int]:
232 all_nodes = [node for scope in self.scopes for node in scope.nodes]
233 counter = Counter(node.operator_type() for node in all_nodes)
234 return dict(counter)
235
236
237class ErrorLogSchema(Schema):

Callers 1

logicMethod · 0.45

Calls 1

operator_typeMethod · 0.45

Tested by

no test coverage detected