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

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

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

java-util-data-nowclj

(java-util-data-now)
source

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`.
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-debug-loggingcljmacro

(with-debug-logging [& args] & forms)
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

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

× close