ytdl-sub/src/ytdl_sub/script/functions
Jesse Bannon 5866c12104
[BUGFIX] Do not run all branches of if functions in scripts (#999)
Will only run branch script code of `if` statements if the condition evaluates to that branch
2024-06-03 15:02:59 -07:00
..
__init__.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
array_functions.py [BACKEND] Optional default in %array_at scripting function (#879) 2024-01-06 23:47:09 -08:00
boolean_functions.py [DEV] Add type-check functions (#905) 2024-01-18 23:24:10 -08:00
conditional_functions.py [BUGFIX] Do not run all branches of if functions in scripts (#999) 2024-06-03 15:02:59 -07:00
date_functions.py [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
error_functions.py [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
json_functions.py [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
map_functions.py [DEV] %map_extend scripting function (#906) 2024-01-19 00:51:44 -08:00
numeric_functions.py [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
regex_functions.py [FEATURE] %regex_sub built-in script function (#971) 2024-04-27 22:47:29 -07:00
string_functions.py [BACKEND] String split scripting function (#877) 2024-01-07 00:13:32 -08:00