MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / debug

Method debug

tests/test_json_model.py:270–271  ·  view source on GitHub ↗
(self, message, *args)

Source from the content-addressed store, hash-verified

268 self.info_record.append(message % args)
269
270 def debug(self, message, *args):
271 self.debug_record.append(message % args)
272
273 class MockResponse(dict):
274 def __init__(self, items):

Callers 6

_retrieve_discovery_docFunction · 0.80
methodFunction · 0.80
methodNextFunction · 0.80
responseMethod · 0.80
getMethod · 0.80
setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected