MCPcopy
hub / github.com/encode/django-rest-framework / SkipField

Class SkipField

rest_framework/fields.py:272–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271
272class SkipField(Exception):
273 pass
274
275
276REGEX_TYPE = type(re.compile(''))

Callers 5

get_attributeMethod · 0.90
__call__Method · 0.85
get_attributeMethod · 0.85
get_defaultMethod · 0.85
validate_empty_valuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected