MCPcopy Index your code
hub / github.com/encode/django-rest-framework / BuiltinSignatureError

Class BuiltinSignatureError

rest_framework/fields.py:58–63  ·  view source on GitHub ↗

Built-in function signatures are not inspectable. This exception is raised so the serializer can raise a helpful error message.

Source from the content-addressed store, hash-verified

56
57
58class BuiltinSignatureError(Exception):
59 """
60 Built-in function signatures are not inspectable. This exception is raised
61 so the serializer can raise a helpful error message.
62 """
63 pass
64
65
66def is_simple_callable(obj):

Callers 1

is_simple_callableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected