MCPcopy
hub / github.com/pathwaycom/pathway / items

Method items

python/pathway/internals/arg_tuple.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 return self._content.values()
80
81 def items(self):
82 return self._content.items()
83
84 def first(self):
85 return next(iter(self._content.values()))

Callers 15

intersect_keysMethod · 0.95
subtract_keysMethod · 0.95
__wrapped__Method · 0.80
_split_batched_kwargsFunction · 0.80
invokeMethod · 0.80
list_documentsMethod · 0.80
updateMethod · 0.80
_cls_fieldsFunction · 0.80

Calls

no outgoing calls

Tested by 15

runMethod · 0.64
to_json_wrappedFunction · 0.64
__call__Method · 0.64
do_runFunction · 0.64
_output_rowsFunction · 0.64
expected_outputFunction · 0.64
compute_expectedFunction · 0.64
compute_reduce_rowsFunction · 0.64
__call__Method · 0.64