Skip to content

Metadata#

pymmcore_plus.Metadata #

Subclass of pymmcore.Metadata with a pythonic interface.

This subclass fully implements a collections.abc.Mapping interface (i.e. it behaves like a Python dict). It also adds a json() convenience method to convert to a JSON string.

clear() -> None #

copy() -> Metadata #

get(name: str, default: Any = _NULL) -> Any #

items() -> ItemsView[str, str] #

json() -> str #

keys() -> KeysView[str] #

values() -> ValuesView[str] #