Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > df29c83ca401d91ec9c00bfcf7fea4ea > files > 135

shedskin-0.8-2mdv2010.2.i586.rpm

#!/usr/bin/env python2
# I, Danny Milosavljevic, hereby place this file into the public domain.

class Memory(object):
    def __init__(self):
        self.B_can_write = True # in the instance because of ShedSkin

#    def read_memory(self, address, size = 1):
#        return 0xFF
#
#    def write_memory(self, address, value, size):
#        pass