ostk.core.container.Dictionary

class Dictionary(self: ostk.core.container.Dictionary, arg0: dict)

Bases: pybind11_object

Methods

add_value_for_key

empty

get_size

has_value_for_key

is_empty

parse

add_value_for_key(
self: ostk.core.container.Dictionary,
value: ostk.core.container.Object,
key: ostk.core.type.String,
) None
static empty() ostk.core.container.Dictionary
get_size(self: ostk.core.container.Dictionary) int
has_value_for_key(
self: ostk.core.container.Dictionary,
key: ostk.core.type.String,
) bool
is_empty(self: ostk.core.container.Dictionary) bool
static parse(
string: ostk.core.type.String,
format: ostk.core.container.Object.Format,
) ostk.core.container.Dictionary