Home
last modified time | relevance | path

Searched refs:model_instance (Results 1 – 2 of 2) sorted by relevance

/external/python/oauth2client/oauth2client/contrib/
Dappengine.py234 def get_value_for_datastore(self, model_instance): argument
236 model_instance)
267 def get_value_for_datastore(self, model_instance): argument
268 logger.info("get: Got type " + str(type(model_instance)))
270 model_instance)
/external/autotest/scheduler/
Dmonitor_db_functional_test.py407 def _update_instance(self, model_instance): argument
408 return type(model_instance).objects.get(pk=model_instance.pk)