bw2data.backends.json.mapping#

Module Contents#

Classes#

KeyMapping

Subclass of SerializedDict that uses the pickle format instead of JSON.

Functions#

get_mapping(filepath)

Attributes#

cache

class bw2data.backends.json.mapping.KeyMapping(dirpath=None)[source]#

Bases: bw2data.serialization.PickledDict

Inheritance diagram of bw2data.backends.json.mapping.KeyMapping

Subclass of SerializedDict that uses the pickle format instead of JSON.

filename = 'keys-filenames.mapping'[source]#
bw2data.backends.json.mapping.get_mapping(filepath)[source]#
bw2data.backends.json.mapping.cache[source]#