MYWOT
Child safety
N/A
Confidence
0%
Trustworthiness
N/A
Confidence
0%
MALICIOUS CONTENT INDICATORS
Nested-dict.readthedocs.io most likely does not offer any malicious content.
Secure connection support
HTTPS
Nested-dict.readthedocs.io provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Nested-dict.readthedocs.io most likely does not offer any adult content.
Popular pages
-
nested_dict — nested_dict 1.61 documentation
>>> from nested_dict import nested_dict >>> nd= nested_dict() >>> nd["one"] = 1 >>> nd[1]["two"] = "1 / 2" # # convert nested_dict -> dict and pickle # >>> nd.to_dict() {1: {'two': '1 / 2'}, 'one':...