Built-in function signatures are not inspectable. This exception is raised so the serializer can raise a helpful error message.
| 56 | |
| 57 | |
| 58 | class 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 | |
| 66 | def is_simple_callable(obj): |
no outgoing calls
no test coverage detected