gnomevfs.Context
gnomevfs.Context — Thread tracking and cancellation object
Methods
gnomevfs.Context.get_cancellation
    def get_cancellation()
      
As far as I can tell, the python binding for this is incomplete.
gnomevfs.Context.check_cancellation
    def check_cancellation()
      
| Returns: | TRUEif the context has been cancelled | 
Checks to see if this operation represented by this context has been cancelled.
gnomevfs.Context.cancel
    def cancel()
      
Cancel the operation represented by this context.