def __init__(self, prefix='HTTP_X_SPIRE_'): self.prefix = prefix self.prefix_length = len(prefix) store = self.configuration['store'] self.store = store['implementation'](session_class=Session, **pruned(store, 'implementation'))
def __init__(self): store = self.configuration['store'] self.store = store['implementation'](session_class=Session, **pruned(store, 'implementation'))
def __init__(self, store): self.store = store['implementation'](session_class=Session, **pruned(store, 'implementation'))
def __init__(self, prefix="HTTP_X_SPIRE_"): self.prefix = prefix self.prefix_length = len(prefix) store = self.configuration["store"] self.store = store["implementation"](session_class=Session, **pruned(store, "implementation"))
def __init__(self): store = self.configuration["store"] self.store = store["implementation"](session_class=Session, **pruned(store, "implementation"))