# File lib/cucumber/runtime/for_programming_languages.rb, line 60
      def py_string(string_with_triple_quotes, file=nil, line_offset=0)
        Ast::PyString.parse(string_with_triple_quotes)
      end