I have a function where I am doing some logging like so:
class Foo: def start(file): with open(file, \'r\') as r: d = json.load(r)