Files
typthon/Programs
copilot-swe-agent[bot] 8af79e6e8b Enforce type annotations at function definition time
- Added @strict_types decorator that validates all parameters have type hints
- Functions without type annotations now raise TypeError at definition time
- All functions in the module decorated with @strict_types
- def my_func(var1, var2): raises TypeError (no annotations)
- def my_func(var1: str, var2: int): is accepted (has annotations)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 12:48:37 +00:00
..
2025-07-22 07:54:51 +01:00
2025-07-22 07:54:51 +01:00
2025-07-22 07:54:51 +01:00
2025-07-22 07:54:51 +01:00
2025-07-22 07:54:51 +01:00
2025-07-22 07:54:51 +01:00
2025-07-22 07:54:51 +01:00
2025-07-22 07:54:51 +01:00

Source files for binary executables (as opposed to shared modules)