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

Method get

lib/python/abcutils/CMakeCache.py:167–168  ·  view source on GitHub ↗
( self, name )

Source from the content-addressed store, hash-verified

165 return self._entries.values()
166
167 def get( self, name ):
168 return self._entries[name]
169
170 def cachefile( self ):
171 return self._cachefile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected