Lines Matching refs:setcontext
27 setcontext(Context())
233 Context() constructor. To make an alternate active, use the :func:`setcontext`
245 >>> setcontext(myothercontext)
252 >>> setcontext(ExtendedContext)
258 >>> setcontext(BasicContext)
270 >>> setcontext(ExtendedContext)
287 >>> setcontext(ExtendedContext)
943 :func:`getcontext` and :func:`setcontext` functions:
951 .. function:: setcontext(c)
1722 Likewise, the :func:`setcontext` function automatically assigns its target to
1725 If :func:`setcontext` has not been called before :func:`getcontext`, then
1740 setcontext(DefaultContext)