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
Method
dispatch
(self, *args, **kwargs)
examples/django/linkify/links/views.py:19
Method
dst
(self, dt)
schematics/types/base.py:768
Method
errors
(self)
schematics/exceptions.py:45
Method
export
(self, value, format, context=None)
schematics/types/base.py:293
Function
f
(x, y)
tests/test_validation.py:150
Method
fields
(cls)
schematics/deprecated.py:84
Method
fields
(self)
schematics/types/compound.py:98
Method
fromkeys
Create a ChainMap with a single dict created from the iterable.
schematics/datastructures.py:213
Method
fromutc
(self, dt)
schematics/types/base.py:767
Method
full_name
(self)
tests/test_schema.py:123
Method
get
(self, request, pk)
examples/django/linkify/links/views.py:66
Method
id
(self)
tests/test_serialize.py:558
Function
import_converter
(field, value, context)
schematics/transforms.py:379
Function
input
(input_instance, input_init, variant)
tests/test_conversion.py:91
Function
is_not_future
(dt, context=None)
tests/test_validation.py:77
Method
is_settable
(self)
schematics/schema.py:65
Function
make_class
(cls)
schematics/compat.py:43
Method
messages
an alias for errors, provided for compatibility with V1.
schematics/deprecated.py:118
Method
model_class
(self)
schematics/types/compound.py:199
Method
model_class
(self)
schematics/types/compound.py:294
Function
models
(request)
tests/test_export_level.py:16
Method
new_child
New ChainMap with a new map followed by all previous maps. If no map is provided, an empty dict is used.
schematics/datastructures.py:223
Function
new_func
(*args, **kwargs)
schematics/deprecated.py:18
Function
new_func
(*args, **kwargs)
schematics/compat.py:62
Function
newfunc
(*args, **kwargs)
schematics/validate.py:129
Method
not_setter
(atom)
schematics/iteration.py:86
Method
parents
New ChainMap from maps[1:].
schematics/datastructures.py:232
Function
patch_all
()
schematics/deprecated.py:151
Function
player_data
()
tests/test_private_api.py:19
Function
player_data
()
tests/test_schema.py:40
Function
player_id
(value)
tests/test_dict_type.py:137
Method
player_id
(self)
tests/test_serialize.py:82
Function
player_schema
()
tests/test_private_api.py:11
Function
player_schema
()
tests/test_schema.py:14
Method
popitem
Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.
schematics/datastructures.py:245
Method
post
(self, model_class, data, context)
tests/test_export.py:118
Method
pre_setattr
(self, value)
schematics/types/compound.py:142
Method
pred
(d, key, var)
schematics/contrib/machine.py:44
Method
process_exception
(self, request, exception)
examples/django/linkify/links/exception_logger.py:5
Method
register_translator
(self, new_translator)
schematics/translator.py:30
Function
resolve
(value, context)
tests/test_union_type.py:74
Method
resolve
(self, value, context)
tests/test_union_type.py:65
Method
s
(self)
tests/test_binding.py:142
Function
serializable
A serializable is a way to define dynamic serializable fields that are derived from other fields. >>> from schematics.models import serializa
schematics/types/serializable.py:19
Method
setUp
(self)
examples/django/linkify/links/tests/integration_tests/test_links.py:8
Method
setUp
(self)
examples/django/linkify/links/tests/integration_tests/test_links.py:36
Method
setUp
(self)
examples/django/linkify/links/tests/integration_tests/test_links.py:100
Method
setUp
(self)
examples/django/linkify/links/tests/integration_tests/test_links.py:130
Method
setter
(self, fset)
schematics/types/serializable.py:96
Function
test_append_field_to_model
()
tests/test_models.py:762
Function
test_as_field_validate
()
tests/test_models.py:471
Function
test_atoms_api_keys_param
(player_schema, player_data)
tests/test_private_api.py:23
Function
test_attribute_default_to_none_if_no_value
()
tests/test_models.py:289
Function
test_autopopulate_message_on_none
()
tests/test_exceptions.py:148
Function
test_base_does_not_implement_export
()
tests/test_compound.py:6
Function
test_basic_error
()
tests/test_validation.py:276
Function
test_basic_type
()
tests/test_dict_type.py:11
Function
test_boolean_to_native
()
tests/test_types.py:536
Function
test_builtin_conversion_exception
()
tests/test_validation.py:573
Function
test_builtin_validation_exception
()
tests/test_validation.py:578
Function
test_callable_role
()
tests/test_serialize.py:1006
Function
test_choices
(choice_type)
tests/test_types.py:46
Function
test_choices_validates
()
tests/test_validation.py:18
Function
test_choices_validates_with_embedded
()
tests/test_validation.py:35
Function
test_circular_string_reference
()
tests/test_model_type.py:297
Function
test_clean_str_representation
the string representation should be human-readable. json's format provides a legible format for complex data types.
tests/test_exceptions.py:176
Function
test_clean_validation_messages
()
tests/test_validation.py:563
Function
test_clean_validation_messages_list
()
tests/test_validation.py:568
Function
test_complex_import_data
(recursive, preconvert_source, populate_source, populate_target, init_to_none, po
tests/test_import.py:72
Function
test_complex_types_hiding_after_apply_role_leaves_it_empty
()
tests/test_serialize.py:473
Function
test_compound_fields
()
tests/test_list_type.py:221
Function
test_constant
()
tests/test_misc.py:109
Function
test_context
()
tests/test_datastructures.py:92
Function
test_conversion
(input, input_instance, input_init, init)
tests/test_conversion.py:106
Function
test_conversion_error_recursive_overhead
()
tests/test_model_type.py:168
Function
test_conversion_to_dictl
(input, input_instance, input_init, init)
tests/test_conversion.py:148
Function
test_conversion_with_validation
(input, import_, two_pass, input_instance, input_init, init, partial, vari
tests/test_conversion.py:200
Function
test_converter_function
()
tests/test_export.py:132
Method
test_create
(self)
examples/django/linkify/links/tests/integration_tests/test_links.py:20
Method
test_create_with_bad_data
(self)
examples/django/linkify/links/tests/integration_tests/test_links.py:12
Function
test_custom_converter
()
tests/test_export_level.py:223
Function
test_custom_exporter
()
tests/test_export.py:91
Function
test_custom_type
()
tests/test_union_type.py:53
Function
test_custom_validation_function_and_inheritance
()
tests/test_types.py:330
Function
test_custom_validation_functions
()
tests/test_types.py:312
Function
test_custom_validator_raising_dicterror
()
tests/test_validation.py:442
Function
test_custom_validators
()
tests/test_validation.py:74
Function
test_data_object_basics
()
tests/test_datastructures.py:7
Function
test_data_object_copy
()
tests/test_datastructures.py:77
Function
test_data_object_methods
()
tests/test_datastructures.py:56
Function
test_date
()
tests/test_types.py:55
Function
test_date_formats
()
tests/test_types.py:74
Function
test_datetime
()
tests/test_types.py:97
Function
test_datetime_accepts_datetime
()
tests/test_types.py:127
Function
test_datetime_format
()
tests/test_types.py:105
Function
test_datetime_primitive
()
tests/test_types.py:116
Function
test_datetime_to_native
()
tests/test_types.py:111
Function
test_deep_errors
()
tests/test_validation.py:291
Function
test_deep_errors_with_dicts
()
tests/test_validation.py:389
Function
test_deep_errors_with_lists
(idx1, idx2)
tests/test_validation.py:315
← previous
next →
401–500 of 853, ranked by callers