MCPcopy Create free account
hub / github.com/alembic/alembic / cachefile

Method cachefile

lib/python/abcutils/CMakeCache.py:170–171  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

168 return self._entries[name]
169
170 def cachefile( self ):
171 return self._cachefile
172
173 def refresh( self ):
174 self.__init__( self._cachefile )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected