MCPcopy Index your code
hub / github.com/clips/pattern / items

Method items

pattern/text/search.py:244–245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

242 def values(self):
243 return list(self.itervalues())
244 def items(self):
245 return list(self.iteritems())
246
247 def copy(self):
248 return self.__class__(reversed(self.items()))

Callers 5

copyMethod · 0.95
__repr__Method · 0.95
__init__Method · 0.45
updateMethod · 0.45
__init__Method · 0.45

Calls 1

iteritemsMethod · 0.95

Tested by

no test coverage detected