MCPcopy Create free account
hub / github.com/ActiveState/code / items

Method items

recipes/Python/578147_Stack_Environment/recipe-578147.py:112–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 return yieldAllStackEnvItems(sys._getframe().f_back)
111
112 def items(self):
113 return [ item for item in self.iteritems() ]
114
115 def __iter__(self):
116 for name, value in yieldAllStackEnvItems(sys._getframe().f_back):

Callers 15

__new__Method · 0.45
__init__Method · 0.45
_integrate_cycleMethod · 0.45
_dump_eventsMethod · 0.45
translateMethod · 0.45
parseMethod · 0.45
build_profileMethod · 0.45
parse_rowMethod · 0.45
parseMethod · 0.45
attr_listMethod · 0.45
build_html_pageFunction · 0.45
latex_highlightFunction · 0.45

Calls 1

iteritemsMethod · 0.95

Tested by

no test coverage detected