MCPcopy
hub / github.com/eth-sri/lmql / items

Method items

src/lmql/runtime/dclib/dclib_array.py:412–417  ·  view source on GitHub ↗
(self, path=None)

Source from the content-addressed store, hash-verified

410 return self.sequences[path][i]
411
412 def items(self, path=None):
413 if path is None:
414 assert list(self.sequences.keys())[0] is NoDim, "Cannot access item without path if the array has more than one dimension."
415 path = NoDim
416 for s in self.sequences[path]:
417 yield s
418
419 def unique(self):
420 """

Callers 15

digestFunction · 0.80
followMethod · 0.80
dict_min_token_hintFunction · 0.80
concrete_hintsFunction · 0.80
simplifyMethod · 0.80
__init__Method · 0.80
saveMethod · 0.80
_make_mask_from_regexMethod · 0.80
replace_inf_nan_with_strFunction · 0.80
transform_nodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected