Bluesky Project
Getting Help
databroker.
wrap_in_doct
Put document contents into a doct.Document object.
A doct.Document is a subclass of dict that:
doct.Document
is immutable
provides human-readable __repr__() and __str__()
__repr__()
__str__()
supports dot access (__getattr__()) as a synonym for item access (__getitem__()) whenever possible
__getattr__()
__getitem__()