MCPcopy
hub / github.com/conda/conda / items

Method items

conda/auxlib/entity.py:948–951  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

946 yield key
947
948 def items(self):
949 for key in self.__fields__:
950 if key in self:
951 yield key, getattr(self, key)
952
953 def copy(self):
954 return self.__class__(**self.dump())

Callers 15

__init__Method · 0.80
__hash__Method · 0.80
build_conflict_mapMethod · 0.80
_get_package_poolMethod · 0.80
get_reduced_indexMethod · 0.80
filter_groupMethod · 0.80
gen_clausesMethod · 0.80
dependency_sortMethod · 0.80
bad_installedMethod · 0.80

Calls

no outgoing calls