def normalize_from_keyword()

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


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