Ti842py

Latest version: v0.9.9

Safety actively analyzes 640296 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.5.2

Implicit multiplication was breaking variables that were more than 1 letter long.

`BLUE` -> `B*L*U*E`

0.5.1

Added support for implicit multiplication (turning on and off) and some bug fixes. Turn off support for implicit multiplication with the `--no-fix-multiplication` argument. Also fix `closeOpen` function and init `[A-Z]` + `theta` variables. Support for `:` after `lbl`

`AB` -> `A*B`
`A(1)` -> `A*(1)`

0.4.16

Fixed `Output` string being cut off and added `-V`/`--version` argument

0.4.14

Improve matching things that are not inside of quotes, i.e. a string.

Rule: toString -> str

X = toString(3) -> X = str(3)
Disp "toString(3)" -> Disp "toString(3)"

0.4.10

0.4.9

Initialize `l1`-`l6` lists with `[None for _ in range(0, 999)]`

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.