Internal API Reference¶
Warning
This section documents private implementation classes (underscore-prefixed). They are intended for developers who extend or maintain the package.
Internal APIs are subject to change without notice between any two releases and are not covered by the project’s stability guarantees. Do not rely on them in production code.
tools module¶
|
Recursively compare two potentially nested structures for equality. |
|
Recursively flatten a nested dictionary into (path, value) pairs. |
|
Private tree node representing a hierarchical key in a nested dictionary. |
|
Internal base class for hierarchical nested dictionary structures. |
|
A lazy view providing access to all hierarchical paths in a nested dictionary. |
|
A lazy view providing compact representation of hierarchical paths. |
serialize module¶
Encode a |
|
|
Decode an encoded JSON key back to its original Python type. |
JSON encoder for |
|
Return an |
|
|
Write a |
|
Load a |