Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/schematics/schematics
/ functions
Functions
853 in github.com/schematics/schematics
⨍
Functions
853
◇
Types & classes
245
↳
Endpoints
4
Function
test_deep_string_search
()
tests/test_model_type.py:274
Function
test_default_value_when_embedded_model
()
tests/test_model_type.py:126
Function
test_default_value_when_updating_model
()
tests/test_models.py:310
Function
test_defaults
()
tests/test_models.py:87
Method
test_delete
(self)
examples/django/linkify/links/tests/integration_tests/test_links.py:141
Function
test_delitem
()
tests/test_models.py:720
Function
test_dict_interface
()
tests/test_models.py:161
Function
test_dict_methods_in_model
a regression test to ensure that an issue where attributes on dictionaries are not being misinterpreted as actual schematics fields.
tests/test_models.py:12
Function
test_dict_methods_in_model_atoms
atoms should return the raw values, and not call any overridden methods.
tests/test_models.py:26
Function
test_dict_or_list_of_ints
()
tests/test_union_type.py:39
Function
test_dict_type_with_model_type
()
tests/test_dict_type.py:31
Function
test_dict_type_with_model_type_init_with_instance
()
tests/test_dict_type.py:70
Function
test_doesnt_fail_if_role_isnt_found_on_embedded_models
()
tests/test_serialize.py:650
Function
test_doesnt_fail_serialize_when_none_on_whole_model_with_roles
()
tests/test_serialize.py:690
Function
test_dont_forget_required_fields_after_multiple_validation
Validation MUST NOT forget about required fields when clearing untrusted data. Model init data also MUST NOT influence the requirement ch
tests/test_invariants.py:71
Function
test_dont_overwrite_with_invalid_data
Model-level validators MAY deny data from being set.
tests/test_invariants.py:23
Function
test_dont_serialize_untrusted_data
Serialization MUST ONLY contain the subset of validated data.
tests/test_invariants.py:9
Function
test_email_type_with_invalid_addresses
()
tests/test_types_net.py:176
Function
test_email_type_with_valid_addresses
()
tests/test_types_net.py:164
Function
test_enumerated_polymorphic
()
tests/test_polymodeltype.py:71
Function
test_eq
()
tests/test_models.py:731
Function
test_equality
()
tests/test_models.py:146
Function
test_equality_against_derived_model
()
tests/test_equality.py:38
Function
test_equality_against_mock_any
()
tests/test_equality.py:15
Function
test_equality_against_same_model
()
tests/test_equality.py:23
Function
test_equality_with_embedded_models
()
tests/test_model_type.py:109
Function
test_error_eq
()
tests/test_exceptions.py:80
Function
test_error_failures
()
tests/test_exceptions.py:106
Function
test_error_from_args
()
tests/test_exceptions.py:23
Function
test_error_from_error
()
tests/test_exceptions.py:35
Function
test_error_from_message
()
tests/test_exceptions.py:31
Function
test_error_from_mixed_args
()
tests/test_exceptions.py:39
Function
test_error_from_mixed_list
()
tests/test_exceptions.py:51
Function
test_error_from_string
()
tests/test_exceptions.py:9
Function
test_error_from_tuple
()
tests/test_exceptions.py:27
Function
test_error_list_conversion
()
tests/test_exceptions.py:75
Function
test_error_message_object
()
tests/test_exceptions.py:87
Function
test_error_str
()
tests/test_exceptions.py:63
Function
test_exception_repr
(error)
tests/test_exceptions.py:102
Function
test_exceptions_is_hashable
exceptions must be hashable, as the logging module expects this for log.exception()
tests/test_exceptions.py:166
Function
test_explicit_values_override_defaults
()
tests/test_models.py:323
Function
test_export_level
(models)
tests/test_export_level.py:63
Function
test_export_level_override
(models)
tests/test_export_level.py:152
Function
test_export_loop_with_subclassed_model
()
tests/test_model_type.py:146
Function
test_export_order
()
tests/test_export.py:148
Function
test_external_claim_function
()
tests/test_polymodeltype.py:88
Function
test_fails_if_role_is_not_found
()
tests/test_serialize.py:640
Function
test_field_binding
()
tests/test_binding.py:68
Function
test_field_default
()
tests/test_models.py:280
Function
test_field_has_default_value
()
tests/test_models.py:297
Function
test_field_inheritance
()
tests/test_binding.py:117
Function
test_field_with_serialize_when_none
()
tests/test_serialize.py:378
Function
test_field_with_serialize_when_none_on_inner_only
()
tests/test_serialize.py:412
Function
test_field_with_serialize_when_none_on_outer_only
()
tests/test_serialize.py:402
Function
test_frozen_dict
()
tests/test_datastructures.py:139
Function
test_frozen_list
()
tests/test_datastructures.py:157
Function
test_functional_schema
(player_schema, player_data)
tests/test_schema.py:49
Function
test_functional_schema_required
(player_schema)
tests/test_schema.py:44
Function
test_geopoint_mock
()
tests/test_types.py:552
Function
test_geopoint_range
()
tests/test_types.py:595
Function
test_geopoint_to_native
()
tests/test_types.py:561
Function
test_get
()
tests/test_models.py:683
Function
test_get_all_subclasses
()
tests/test_polymodeltype.py:47
Function
test_get_api_docstring
()
tests/test_model_help_text_mixin.py:79
Function
test_get_example_usage
()
tests/test_model_help_text_mixin.py:50
Function
test_get_helptext
()
tests/test_model_help_text_mixin.py:40
Function
test_get_parameter_descriptions
()
tests/test_model_help_text_mixin.py:58
Function
test_getitem
()
tests/test_models.py:694
Function
test_good_options_args
()
tests/test_models.py:338
Function
test_help_text_metadata
()
tests/test_model_help_text_mixin.py:23
Function
test_id_or_uuid
()
tests/test_union_type.py:16
Function
test_import_data
(init)
tests/test_import.py:15
Function
test_import_data_with_error
(init)
tests/test_import.py:38
Function
test_inheritance_based_polymorphic
()
tests/test_polymodeltype.py:55
Function
test_init_model_from_another_model
()
tests/test_models.py:173
Function
test_init_with_dict
()
tests/test_models.py:56
Function
test_int
()
tests/test_types.py:196
Function
test_int_strict
()
tests/test_types.py:212
Function
test_int_validation
()
tests/test_types.py:306
Function
test_invalid_args
()
tests/test_union_type.py:109
Function
test_invalid_model_fail_validation
()
tests/test_models.py:119
Function
test_invalid_models_validate_partially
()
tests/test_models.py:130
Function
test_ip_type
()
tests/test_types_net.py:51
Function
test_ipv4_type
()
tests/test_types_net.py:11
Function
test_ipv6_type
()
tests/test_types_net.py:24
Function
test_issue_453_list_model_field_recursive_import
()
tests/test_list_type.py:249
Function
test_items
()
tests/test_models.py:656
Function
test_iter
()
tests/test_models.py:665
Function
test_keep_valid_data_after_multiple_validation
Validation MUST maintain a sane state after multiple operations. Valid data MUST NEVER be lost or overwritten.
tests/test_invariants.py:45
Function
test_key_type
()
tests/test_dict_type.py:136
Function
test_keys
()
tests/test_models.py:638
Function
test_lazy_conversion_and_validation_exception_bundling
()
tests/test_validation.py:593
Function
test_lazy_conversion_exception
()
tests/test_validation.py:583
Method
test_list
(self)
examples/django/linkify/links/tests/integration_tests/test_links.py:83
Function
test_list_coercion
()
tests/test_list_type.py:177
Function
test_list_default_to_none_embedded_model
()
tests/test_list_type.py:78
Function
test_list_defaults_to_none
()
tests/test_list_type.py:65
Function
test_list_field
()
tests/test_list_type.py:13
Function
test_list_field_convert
()
tests/test_list_type.py:168
Function
test_list_field_required
()
tests/test_list_type.py:149
← previous
next →
501–600 of 853, ranked by callers