azadeh-afzar/Mersad-Cryptography-Library

View on GitHub
mersad/util/type_check.pyi

Summary

Maintainability
Test Coverage
# Stubs for mersad.util.type_check (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

def type_guard(given_object: object, expected_type: type) -> None: ...