opensearch_dsl/utils.py [169:174]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        except KeyError:
            raise AttributeError(
                "{!r} object has no attribute {!r}".format(
                    self.__class__.__name__, attr_name
                )
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



opensearch_dsl/utils.py [179:184]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        except KeyError:
            raise AttributeError(
                "{!r} object has no attribute {!r}".format(
                    self.__class__.__name__, attr_name
                )
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



