Home
last modified time | relevance | path

Searched refs:makepatch (Results 1 – 3 of 3) sorted by relevance

/external/python/google-api-python-client/tests/
Dtest_model.py29 from googleapiclient.model import makepatch
69 self.assertEqual(expected_patch, makepatch(orig, mod), msg=msg)
/external/python/google-api-python-client/googleapiclient/
Dmodel.py348 def makepatch(original, modified): function
378 patch[key] = makepatch(original_value, modified_value)
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt95 googleapiclient.model.makepatch googleapiclient.model-module.html#makepatch