Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_map
Method · 0.80
_get_package_pool
Method · 0.80
get_reduced_index
Method · 0.80
filter_group
Method · 0.80
gen_clauses
Method · 0.80
generate_feature_metric
Method · 0.80
generate_version_metrics
Method · 0.80
dependency_sort
Method · 0.80
bad_installed
Method · 0.80
get_requested_specs_map
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_channel_priority_1
Method · 0.64
test_specs_by_name_copy_is_independent
Function · 0.64
test_user_requests
Function · 0.64
make_mock_directory
Function · 0.64
get_scripts_export_unset_vars
Function · 0.64
inspect_arguments
Function · 0.64
test_strict_resolve_get_reduced_index
Function · 0.64
test_channel_usage_replacing_python
Function · 0.64
test_get_index_no_platform_with_offline_cache
Function · 0.64
test_get_index_platform
Function · 0.64
test_conda_config_describe
Function · 0.64
test_env_list_size_json
Function · 0.64