Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ values
Method
values
pydantic/v1/utils.py:455–456 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
453
return
list(self)
454
455
def
values(self) -> List[Any]:
456
return
[self[k]
for
k in self]
457
458
def
items(self) -> Iterator[Tuple[str, Any]]:
459
for
k in self:
Callers
15
adjust_decorator_signatures
Method · 0.80
collect_fields_and_class_vars
Method · 0.80
merge_field_infos
Method · 0.80
_pydantic_fields_complete
Function · 0.80
tagged_union_schema
Method · 0.80
_build_definitions_remapping
Method · 0.80
_deduplicate_schemas
Function · 0.80
__get_pydantic_json_schema__
Method · 0.80
__class_getitem__
Method · 0.80
get_plugins
Function · 0.80
__pydantic_fields_complete__
Method · 0.80
_generate_signature_parameters
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_base_config_custom_init_signature
Method · 0.64
validate_value_nonzero
Method · 0.64
validate_sum
Method · 0.64
fn
Function · 0.64
test_model_signature
Function · 0.64
test_generic_model_signature
Function · 0.64
test_custom_init_signature
Function · 0.64
values_are_not_string
Method · 0.64
test_annotation_config
Function · 0.64
test_alias_generator_on_child
Function · 0.64
test_low_priority_alias
Function · 0.64
test_simple_any_ser_schema
Function · 0.64