# Python Annotations (Fleeting)
## Metadata
**Status**:: #x
**Zettel**:: #zettel/fleeting
**Created**:: [[2024-01-06]]
**Topic**:: [[♯ Python]]
## Synopsis
The `__annotations__` dict is guaranteed to be ordered.
The best way to get annotations dict is via `inspect.get_annotations()` in Python 3.10 or newer.