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

Method iterkeys

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

Source from the content-addressed store, hash-verified

231 self._o=[]; dict.clear(self)
232
233 def iterkeys(self):
234 return reversed(self._o)
235 def itervalues(self):
236 return itertools.imap(self.__getitem__, reversed(self._o))
237 def iteritems(self):

Callers 4

keysMethod · 0.95
get_objidsMethod · 0.80
dijkstra_shortest_pathsFunction · 0.80
eigenvector_centralityFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected