Exemplo n.º 1
0
def get_context(params):
  context = get_global_vars()
  context.update(params)
  return context
Exemplo n.º 2
0
def get_context(params):
  context = copy.copy(get_global_vars())
  context.update(params)
  return context