Dapodik

Latest version: v0.19.0

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

Scan your dependencies

Page 4 of 5

0.11.0

0.10.0

Untuk saat ini sdk hanya terbatas untuk mengambil data.

0.9.0

Update kode bawahan. :P

0.8.1

The special attribute `__slots__` allows you to explicitly state which instance attributes you expect your object instances to have, with the expected results:

1. faster attribute access.
2. space savings in memory.

The space savings is from

1. Storing value references in slots instead of `__dict__`
2. Denying `__dict__` and `__weakref__` creation if parent classes deny them and you declare `__slots__`.

0.8.0

0.7.0

Peringatan jika anda menggunakan versi sebelumnya, bahwa versi ini menghapus sebagian besar API.

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.