The decorated method requires pyOpenSSL to be present, or it raises NotImplementedError.

ParametersdecorateeA function which requires pyOpenSSL. (type: callable)
ReturnsA function which raises NotImplementedError if pyOpenSSL is not installed; otherwise, if it is installed, simply return decoratee. (type: callable)
Function raiseNotImplemented pyOpenSSL is not available.
@wraps(decoratee)
def raiseNotImplemented(*a, **kw): (source)

pyOpenSSL is not available.

ParametersaThe positional arguments for decoratee.
kwThe keyword arguments for decoratee.
RaisesNotImplementedErrorAlways.
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.