Back to module index

Go to module by name

cryptography.hazmat

cryptography

cryptography.hazmat.backends (package)

This module has no docstring.

Functions

default_backend

default_backend() -> Any

Other members

Any = typing.Any
  Special type indicating an unconstrained type.

      - Any is compatible with every type.
      - Any assumed to have all methods.
      - All values assumed to be instances of Any.

      Note that all the above statements are true from the point of view of
      static type checkers. At runtime, Any should not be used with instance
      or class checks.
    

Modules

openssl