Liking cljdoc? Tell your friends :D

clojupyter.state


pop-context!clj

(pop-context!)

Pops top of context stack and returns it. Throws Exception if stack is empty.

Note: with-current-context is the recommended way to managing the context stack.

Pops top of context stack and returns it.  Throws Exception if stack is empty.

Note: `with-current-context` is the recommended way to managing the context stack.
sourceraw docstring

push-context!clj

(push-context! ctx)

Pushes ctx to global context stack. Returns ctx.

Note: with-current-context is the recommended way to managing the context stack.

Pushes `ctx` to global context stack. Returns `ctx`.

Note: `with-current-context` is the recommended way to managing the context stack.
sourceraw docstring

STATEclj

source

swap-context!clj

(swap-context! f)
source

with-current-contextcljmacro

(with-current-context [ctx] & body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close