-
Roman Alifanov authored
- Comparisons set __CT_RET directly instead of $() subshell fork - Logical NOT (!) inlined same way - fs.exists() inlined to [[ -e ]] in conditions - fs.read uses $(<file) instead of $(cat), fs.write/append use printf - fs.exists/remove/mkdir avoid unnecessary $() wrapping - Dict .get()/.has()/.len() inlined for local dict vars - __ct_print simplified: removed unnecessary local variable - String concat ..= uses native += append - Skip __CT_RET self-assignment in return statements
dd891640
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| __init__.py | ||
| args.py | ||
| array.py | ||
| base.py | ||
| core.py | ||
| dict.py | ||
| file_handle.py | ||
| fs.py | ||
| http.py | ||
| json.py | ||
| logger.py | ||
| math.py | ||
| process_handle.py | ||
| reflect.py | ||
| regex.py | ||
| string.py | ||
| time.py |