def loads(content): obj = all.traverse_and_decode(bson.loads(content)) return obj.get('__bson_follow__', obj)