Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
50
def
_abstract():
51
raise
NotImplementedError(
"You need to override this function"
)
52
53
54
class
Model(object):
Callers
4
request
Method · 0.85
response
Method · 0.85
serialize
Method · 0.85
deserialize
Method · 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…