def _attempt_serialize_noop()

in elasticsearch_serverless/serializer.py [0:0]


def _attempt_serialize_noop(data: Any) -> Tuple[bool, Any]:  # noqa
    # Short-circuit if the above functions can't import
    # the corresponding library on the first attempt.
    return False, None