Hello George.
 

> "google.appengine.ext.testbed package" documentation page 
> defines init_datastore_v3_stub(enable=True, datastore_file=None, 
> use_sqlite=False, auto_id_policy='sequential', **stub_kw_args). The 
> signature does not specifically mention the "require_index" parameter. This 
> is passed as one of the  **stub_kw_args – Keyword arguments passed on to 
> the service stub. Would you like to see the require_index parameter defined 
> explicitly in this context? What would you recommend, to improve 
> documentation? 
>

Currently, both 'require_index' and 'root_path' parameters are supported by 
both testbed stubs: in-memory and sqlite. There are no reasons why the 
stubs that will be introduced in the future can't support these parameters.

It would be logical to explicitly declare these parameters in 
init_datastore_v3_stub

init_datastore_v3_stub(enable=True, datastore_file=None, use_sqlite=False, 
auto_id_policy='sequential', require_index=False, root_path=None, 
**stub_kw_args)

WBR, Vitaly
 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3ad4347a-0a21-4405-a74e-c57a1e8d6bc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to