# File lib/gherkin/listener/formatter_listener.rb, line 60
      def py_string(string, line)
        @py_string = Formatter::Model::PyString.new(string, line)
      end