Home | History | Annotate | Download | only in Lib

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)
3730 setcontext(self.new_context)
3733 setcontext(self.saved_context)