MCPcopy
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_enumFunction · 0.45
from_platformMethod · 0.45
_site_packages_dirsMethod · 0.45
_find_implementationMethod · 0.45
__attrs_post_init__Method · 0.45
for_valueMethod · 0.45
resolve_distsMethod · 0.45
install_scriptsFunction · 0.45
render_descriptionMethod · 0.45

Calls 1

_iter_valuesMethod · 0.45

Tested by 15

test_warningsFunction · 0.36
test_valueFunction · 0.36
test_ordinalFunction · 0.36
test_comparableFunction · 0.36
test_checkFunction · 0.36
incompatible_pip_versionFunction · 0.36
test_isolated_pex_zipFunction · 0.36
compatible_pip_versionFunction · 0.36
iterMethod · 0.36