typeHintedDict ============== .. currentmodule:: Stoner.core.base .. autoclass:: typeHintedDict :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~typeHintedDict.allowed_keys ~typeHintedDict.types .. rubric:: Methods Summary .. autosummary:: ~typeHintedDict.clear ~typeHintedDict.copy ~typeHintedDict.export ~typeHintedDict.export_all ~typeHintedDict.filter ~typeHintedDict.findtype ~typeHintedDict.fromkeys ~typeHintedDict.get ~typeHintedDict.has_key ~typeHintedDict.import_all ~typeHintedDict.import_key ~typeHintedDict.items ~typeHintedDict.keys ~typeHintedDict.move_to_end ~typeHintedDict.pop ~typeHintedDict.popitem ~typeHintedDict.setdefault ~typeHintedDict.type ~typeHintedDict.update ~typeHintedDict.values .. rubric:: Attributes Documentation .. autoattribute:: allowed_keys .. autoattribute:: types .. rubric:: Methods Documentation .. automethod:: clear .. automethod:: copy .. automethod:: export .. automethod:: export_all .. automethod:: filter .. automethod:: findtype .. automethod:: fromkeys .. automethod:: get .. automethod:: has_key .. automethod:: import_all .. automethod:: import_key .. automethod:: items .. automethod:: keys .. automethod:: move_to_end .. automethod:: pop .. automethod:: popitem .. automethod:: setdefault .. automethod:: type .. automethod:: update .. automethod:: values