Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ values
Method
values
pex/enum.py:168–172 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
166
167
@classmethod
168
def
values(cls):
169
# type: (Type[Enum[_V]]) -> Tuple[_V, ...]
170
if
cls._values is None:
171
cls._values = tuple(cls.Value._iter_values())
172
return
cls._values
173
174
@classmethod
175
def
for_value(
Callers
15
lint_enum
Function · 0.45
from_platform
Method · 0.45
_site_packages_dirs
Method · 0.45
_find_implementation
Method · 0.45
get_entry_point_from_console_script
Function · 0.45
_iter_interpreter_implementations
Function · 0.45
__attrs_post_init__
Method · 0.45
for_value
Method · 0.45
resolve_dists
Method · 0.45
_declare_namespace_packages
Method · 0.45
install_scripts
Function · 0.45
render_description
Method · 0.45
Calls
1
_iter_values
Method · 0.45
Tested by
15
test_warnings
Function · 0.36
test_value
Function · 0.36
test_ordinal
Function · 0.36
test_comparable
Function · 0.36
test_multiprocessing_identity_preserved
Function · 0.36
test_check
Function · 0.36
test_multiple_wheels_with_same_name_and_different_hash
Function · 0.36
incompatible_pip_version
Function · 0.36
test_isolated_pex_zip
Function · 0.36
compatible_pip_version
Function · 0.36
iter
Method · 0.36
musl_libc_capable_pip_versions
Function · 0.36