matevfs.Context

matevfs.Context — Thread tracking and cancellation object

Synopsis

class matevfs.Context:
    def get_cancellation()
def check_cancellation()
def cancel()

Description

Methods

matevfs.Context.get_cancellation

    def get_cancellation()
      

As far as I can tell, the python binding for this is incomplete.

matevfs.Context.check_cancellation

    def check_cancellation()
      

Returns:

TRUE if the context has been cancelled

Checks to see if this operation represented by this context has been cancelled.

matevfs.Context.cancel

    def cancel()
      

Cancel the operation represented by this context.