) |
string, offset=0) |
>>> _open("memmap.tst","w+").write("this is a test") >>> Memmap("memmap.tst",len=14).find("is") 2 >>> Memmap("memmap.tst",len=14).find("is", 3) 5 >>> _open("memmap.tst","w+").write("x") >>> Memmap("memmap.tst",len=1).find("is") -1
offset, size=None, buffer=None) |
numarray.memory.new_memory
and size should not
be specified.
) |
) |
Send comments to the NumArray community.