pyvider
2025-03-17
Rewrote numeric function components to accept `Any` type parameters instead of `CtyNumber`,...
17 files · 1,543+ · 434-
Numeric Functions Type Handling
1 file changed
numeric_functions.pyChanged function signatures from `CtyNumber` parameters to `Any` in `numeric_functions.py`
- Changed function signatures from
CtyNumberparameters toAnyinnumeric_functions.pydecouple internal1 file
numeric_functions.py
- Added
_ensure_number()helper for converting input values to numeric types at runtime instantiate internal4 files
numeric_functions.pystring_manipulation.pytest_functions.tfadapters.py
- Simplified function descriptions from multi-line HCL examples to single-line summaries
decouple
internal
4 files
numeric_functions.pystring_manipulation.pytest_functions.tfadapters.py
- Removed
from pyvider.cty import CtyNumberimport interface internal4 files
numeric_functions.pystring_manipulation.pytest_functions.tfadapters.py
Protocol Handlers
2 files changed
get_functions.pyUpdated `get_functions.py` (26 lines changed) with revised function metadata handlingcontext.pyUpdated `resources/context.py` (6 lines changed)