MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / __getitem__

Method __getitem__

src/packagedcode/pyrpm.py:492–493  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

490 yield entry
491
492 def __getitem__(self, item):
493 return self.get_entry_value(item)
494
495 def get_entry_value(self, tag):
496 """

Callers

nothing calls this directly

Calls 1

get_entry_valueMethod · 0.95

Tested by

no test coverage detected