Liking cljdoc? Tell your friends :D

clojupyter.util-actions


*actually-exit?*clj

source

assert-singleton-collection!clj

(assert-singleton-collection! v)
source

assoc-meta!clj

(assoc-meta! k v var)
source

closing-channels-on-exit!cljmacro

(closing-channels-on-exit! channels & body)
source

create-temp-diretory!clj

(create-temp-diretory!)

Creates a new readable/writable directory and returns its name as a java.io.File. Throws an exception if the temp directory could not be created.

Creates a new readable/writable directory and returns its name as a `java.io.File`.  Throws an
exception if the temp directory could not be created.
sourceraw docstring

default-identclj

(default-ident)
(default-ident ver)
source

delete-files-recursively!clj

(delete-files-recursively! f)
source

execute-leave-actionclj

(execute-leave-action result)
source

exiting-on-completioncljmacro

(exiting-on-completion & body)
source

exiting-on-completion*clj

(exiting-on-completion* thunk)
source

file-filetypeclj

(file-filetype f)
source

files-as-stringsclj

source

find-executablecljmultimethod

source

homedir-as-tildeclj

source

ignore-exceptionscljmacro

(ignore-exceptions & exprs)
source

java-util-data-nowclj

(java-util-data-now)
source

merge-arglists-metaclj

(merge-arglists-meta from-var)

Returns function which merges :arglists meta from from-var.

Example use:

(alter-meta! #'to-var (u!/merge-arglists-meta #'from-var))

Returns function which merges `:arglists` meta from `from-var`.

Example use:

  (alter-meta! #'to-var (u!/merge-arglists-meta #'from-var))
sourceraw docstring

merge-docstring-metaclj

(merge-docstring-meta from-var)

Returns function which merges :doc meta from from-var.

Example use:

(alter-meta! #'to-var (u!/merge-arglists-docstring #'from-var))

Returns function which merges `:doc` meta from `from-var`.

Example use:

  (alter-meta! #'to-var (u!/merge-arglists-docstring #'from-var))
sourceraw docstring

normalized-fileclj

source

nowclj

(now)
source

set-defn-indent!clj

(set-defn-indent! & vars)
source

set-indent-style!clj

(set-indent-style! var style)
source

set-var-indent!clj

(set-var-indent! indent-style var)
source

set-var-private!clj

(set-var-private! var)
source

side-effecting!clj

(side-effecting! f)

Returns argument after applying presumably side-effectful f to it.

Returns argument after applying presumably side-effectful `f` to it.
sourceraw docstring

throw-infoclj

(throw-info msg)
(throw-info msg m)
source

tildeize-filenameclj

source

uuidclj

(uuid)

Returns a random UUID as a string.

Returns a random UUID as a string.
sourceraw docstring

with-exception-loggingcljmacro

(with-exception-logging form)
(with-exception-logging form finally-form)
source

with-temp-directory!cljmacro

(with-temp-directory! [dir & {:keys [keep-files?]}] & body)

Evaluates body with dir bound to a newly created, readable and writable directory. Upon exit all files and directories in the temp directory are deleted unless keep-files? has a truthy value.

Evaluates `body` with `dir` bound to a newly created, readable and writable directory.  Upon exit
all files and directories in the temp directory are deleted unless `keep-files?` has a truthy
value.
sourceraw docstring

without-exitingcljmacro

(without-exiting & body)
source

wrap-report-and-absorb-exceptionsclj

(wrap-report-and-absorb-exceptions f)
(wrap-report-and-absorb-exceptions return-value f)
source

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

× close