Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/s/n/SNAKES-0.9.17/snakes/hashables.py SNAKES(Download)
def __rmul__ (self, n) : return self._class__(list.__rmul__(self, n)) def __setitem__ (self, index, item) : self.__mutable__() list.__setitem__(self, index, item)