def normalize_from_keyword()

in elasticsearch_serverless/_async/helpers.py [0:0]


    def normalize_from_keyword(kw: MutableMapping[str, Any]) -> None:
        if "from" in kw:
            kw["from_"] = kw.pop("from")