google.appengine.ext.gql.Execute

Execute command to parse and run the query.

Calls the query parser code to build a proto-query which is an unbound query. The proto-query is then bound into a real query and executed.

query_string properly formatted GQL query string.
args rest of the positional arguments used to bind numeric references in the query.
keyword_args dictionary-based arguments (for named parameters).

the result of running the query with *args.