biogeme.deprecated module
Decorators for deprecated functions and parameters
Michel Bierlaire Mon Jun 17 20:50:19 2024
- biogeme.deprecated.deprecated(new_func)[source]
Decorator for deprecated functions. It calls the new version of the function
- Parameters:
new_func (
Callable
[...
,Any
])- Return type:
Callable
[[Callable
[...
,Any
]],Callable
[...
,Any
]]- Returns: