quantify_scheduler.schemas.examples.utils

Module containing example schedule utility functions.

Module Contents

Functions

load_json_example_scheme(→ Dict[str, Any])

Returns a JSON-file by name as a python dictionary.

load_json_example_scheme(filename: str) Dict[str, Any][source]

Returns a JSON-file by name as a python dictionary.

Parameters

filename – The example filename to load.

Returns

The json file as a dictionary.