Skip to content

strainxx/type_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

type_check

Simple python runtime type checking

Usage

@type_check.type_check(should_raise: bool = False, debug: bool = False)
def example(arg: int):
    ...

If should_raise is True type checker will emit error instead of warning

Example

See example.py

About

Runtime Python type checker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages