Home | History | Annotate | Download | only in Lib

Lines Matching defs:setcontext

40 >>> setcontext(ExtendedContext)
138 'setcontext', 'getcontext', 'localcontext',
433 # The getcontext() and setcontext() function manage access to a thread-local
459 def setcontext(context):
500 def setcontext(context, _local=local):
529 >>> setcontext(DefaultContext)
3901 setcontext(self.new_context)
3904 setcontext(self.saved_context)