Lines Matching refs:setcontext
24 setcontext(Context())
29 setcontext(Context())
267 Context() constructor. To make an alternate active, use the :func:`setcontext`
279 >>> setcontext(myothercontext)
286 >>> setcontext(ExtendedContext)
292 >>> setcontext(BasicContext)
304 >>> setcontext(ExtendedContext)
321 >>> setcontext(ExtendedContext)
913 :func:`getcontext` and :func:`setcontext` functions:
921 .. function:: setcontext(c)
1782 Likewise, the :func:`setcontext` function automatically assigns its target to
1785 If :func:`setcontext` has not been called before :func:`getcontext`, then
1800 setcontext(DefaultContext)