Example #1
0
 def resolve_context(stack, name):
     try:
         return context_get(stack, name)
     except KeyNotFoundError:
         return u''
Example #2
0
 def resolve_context_add_loc(stack, name, location):
     return context_get(stack, name, location)
Example #3
0
 def resolve_context_squelch(stack, name, location):
     try:
         return context_get(stack, name, location)
     except KeyNotFoundError:
         return ''
Example #4
0
 def resolve_context(stack, name):
     try:
         return context_get(stack, name)
     except KeyNotFoundError:
         return u''
Example #5
0
 def resolve_context_add_loc(stack, name, location):
     return context_get(stack, name, location)
Example #6
0
 def resolve_context_squelch(stack, name, location):
     try:
         return context_get(stack, name, location)
     except KeyNotFoundError:
         return ''