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

Function _abstract

googleapiclient/model.py:50–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50def _abstract():
51 raise NotImplementedError("You need to override this function")
52
53
54class Model(object):

Callers 4

requestMethod · 0.85
responseMethod · 0.85
serializeMethod · 0.85
deserializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…