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

Method __nonzero__

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

Source from the content-addressed store, hash-verified

135 return self._entries
136
137 def __nonzero__( self ):
138 return len( self._entries ) > 0
139
140 def __str__( self ):
141 return os.linesep.join( map( lambda x: str( x ), self.entries() ) )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected