Download this file
1 2 3 4
class SafeDict(dict): # for generating latex tables def __missing__(self, key): return '{' + key + '}'