Liking cljdoc? Tell your friends :D

clojupyter.util


bytes->stringclj

(bytes->string bytes)
source

code-empty?clj

(code-empty? s)
source

code-hushed?clj

(code-hushed? s)
source

define-simple-record-printcljmacro

(define-simple-record-print name format-fn)
source

delimiter-frame?clj

Accepts a single argument which must be a byte-array, returns true the array represents the Jupyter 'delimiter' frame (consisting of the bytes of the text '<IDS|MSG>' encoded as UTF-8); otherwise returns false.

Accepts a single argument which must be a byte-array, returns `true` the array represents the
Jupyter 'delimiter' frame (consisting of the bytes of the text '<IDS|MSG>' encoded as UTF-8);
otherwise returns `false`.
sourceraw docstring

IDSMSGclj

source

IDSMSG-BYTESclj

source

json-strclj

source

make-signer-checkerclj

(make-signer-checker key)
source

parse-json-strclj

(parse-json-str string)
(parse-json-str string key-fn)
(parse-json-str string key-fn array-coerce-fn)

Returns the Clojure object corresponding to the given JSON-encoded string. An optional key-fn argument can be either true (to coerce keys to keywords), false to leave them as strings, or a function to provide custom coercion.

The array-coerce-fn is an optional function taking the name of an array field, and returning the collection to be used for array values.

If the top-level object is an array, it will be parsed lazily (use `parse-strict' if strict parsing is required for top-level arrays.

Returns the Clojure object corresponding to the given JSON-encoded string.
An optional key-fn argument can be either true (to coerce keys to keywords),
false to leave them as strings, or a function to provide custom coercion.

The array-coerce-fn is an optional function taking the name of an array field,
and returning the collection to be used for array values.

If the top-level object is an array, it will be parsed lazily (use
`parse-strict' if strict parsing is required for top-level arrays.
sourceraw docstring

SEGMENT-ORDERclj

source

string->bytesclj

(string->bytes v)
source

to-json-strclj

(to-json-str v)

Returns JSON representation (string) of v.

Returns JSON representation (string) of `v`.
sourceraw docstring

uuid?clj

(uuid? x)
source

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

× close