Home | History | Annotate | Download | only in library

Lines Matching full:setcontext

24    setcontext(Context())
262 Context() constructor. To make an alternate active, use the :func:`setcontext`
274 >>> setcontext(myothercontext)
281 >>> setcontext(ExtendedContext)
287 >>> setcontext(BasicContext)
299 >>> setcontext(ExtendedContext)
316 >>> setcontext(ExtendedContext)
908 :func:`getcontext` and :func:`setcontext` functions:
916 .. function:: setcontext(c)
1777 Likewise, the :func:`setcontext` function automatically assigns its target to
1780 If :func:`setcontext` has not been called before :func:`getcontext`, then
1795 setcontext(DefaultContext)