Home | History | Annotate | Download | only in python2.7

Lines Matching defs:setcontext

43 >>> setcontext(ExtendedContext)
134 'setcontext', 'getcontext', 'localcontext'
387 # The getcontext() and setcontext() function manage access to a thread-local
414 def setcontext(context):
455 def setcontext(context, _local=local):
484 >>> setcontext(DefaultContext)
3758 setcontext(self.new_context)
3761 setcontext(self.saved_context)