stifle
Function type checker
A decorator that enables pseudo-static typing of Python functions
Simple decorator which allows psuedo type checking of python functions
1 stars
2 watching
0 forks
Language: Python
last commit: almost 12 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A decorator that checks function arguments and return types at runtime. | 0 |
| A utility library that provides a type checking decorator for Python functions. | 1 |
| A decorator that checks function parameters at runtime for correct type compatibility. | 111 |
| A Python library that simplifies type checking and validation in object-oriented coding | 22 |
| A type checking library for Python that uses a promise-based syntax to validate function arguments and return types. | 0 |
| A library of decorators to enforce data type constraints on function attributes | 0 |
| A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
| Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
| A tool to analyze Python code for type errors and other issues | 350 |
| A runtime type checking library for Python functions with annotations | 1,569 |
| A package providing runtime type checking for Python functions annotated with argument type hints. | 29 |
| A Python static type checker with additional features to improve typing and error reporting. | 148 |
| Enables runtime type checking for JavaScript functions using Hindley-Milner signatures | 198 |
| A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |