Liking cljdoc? Tell your friends :D

clojupyter.util-actions


*actually-exit?*clj


assert-singleton-collection!clj

(assert-singleton-collection! v)

assoc-meta!clj

(assoc-meta! k v var)

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.
raw docstring

default-identclj

(default-ident)
(default-ident ver)

delete-files-recursively!clj

(delete-files-recursively! f)

exiting-on-completioncljmacro

(exiting-on-completion & body)

exiting-on-completion*clj

(exiting-on-completion* thunk)

file-filetypeclj

(file-filetype f)

files-as-stringsclj


find-executablecljmultimethod


homedir-as-tildeclj


java-util-data-nowclj

(java-util-data-now)

merge-docmetaclj

(merge-docmeta var refvar)

Add the values for keys :doc and :arglists from refvar to the meta of var.

Add the values for keys `:doc` and `:arglists` from `refvar` to the
meta of `var`.
raw docstring

normalized-fileclj


nowclj

(now)

set-defn-indent!clj

(set-defn-indent! & vars)

set-indent-style!clj

(set-indent-style! var style)

set-var-indent!clj

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

set-var-private!clj

(set-var-private! var)

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.
raw docstring

throw-infoclj

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

tildeize-filenameclj


uuidclj

(uuid)

Returns a random UUID as a string.

Returns a random UUID as a string.
raw docstring

with-debug-loggingcljmacro

(with-debug-logging [& args] & forms)

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.
raw docstring

without-exitingcljmacro

(without-exiting & body)

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

× close