Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
Dcredentials.py48 def from_json(cls, json_doc): argument
57 d = json.loads(json_doc)
73 json_doc = fp.read()
75 return cls.from_json(json_doc)