awscli/shorthand.py [189:196]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        key = self._key()
        self._should_resolve_paramfiles = False
        try:
            self._expect('@', consume_whitespace=True)
            self._should_resolve_paramfiles = True
        except ShorthandParseSyntaxError:
            pass
        self._expect('=', consume_whitespace=True)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



awscli/shorthand.py [304:311]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            key = self._key()
            self._should_resolve_paramfiles = False
            try:
                self._expect('@', consume_whitespace=True)
                self._should_resolve_paramfiles = True
            except ShorthandParseSyntaxError:
                pass
            self._expect('=', consume_whitespace=True)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



