Beispiel #1
0
  def blobReadPartial( self, stream, offset, length, options ):

    FPNative.blob_read_partial( self.handle, stream, offset, length, options )
    self.check_error()
Beispiel #2
0
    def blobReadPartial(self, stream, offset, length, options):

        FPNative.blob_read_partial(self.handle, stream, offset, length,
                                   options)
        self.check_error()