MCPcopy Create free account
hub / github.com/Duankaiwen/CenterNet / data

Method data

db/base.py:31–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29
30 @property
31 def data(self):
32 if self._data is None:
33 raise ValueError("data is not set")
34 return self._data
35
36 @property
37 def configs(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected