none property

none property

Represents an empty interruption token. Long-running operations will never be interrupted via InterruptionTokenSource.interrupt when using this token.

Definition:

@property
def none(self):
    ...

See Also