Refdict

Latest version: v3.3.0

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

Scan your dependencies

Page 2 of 2

2.1.0

Added

- Support for methods of built-in types.
- `refdict({}).keys` is `dict.keys`.
- `refdict([]).append` is `list.append`.
- Keys of operator `[]` & `[]=` can be `int` and `slice`.
- Support for simple containment check.
- Support for `str()`.
- Support for item's chain deletion.
- `rd=refdict({'a':{'b':123}});del rd[a.b] => rd=refdict({'a':{}})`.

2.0.0

Changed

Rename `RefDict` to `refdict`.

1.0.0

Added

- Complete support for operator `[]` & `[]=`.
- Function `text` to get literal result with reference prefix.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.