hara.model.spec-xtalk.fn-python
python-tf-arr-every
(python-tf-arr-every [_ arr pred])
python-tf-arr-some
(python-tf-arr-some [_ arr pred])
python-tf-x-apply
(python-tf-x-apply [_ f args])
python-tf-x-arr-clone
(python-tf-x-arr-clone [_ arr])
python-tf-x-arr-insert
(python-tf-x-arr-insert [_ arr idx e])
python-tf-x-arr-pop
(python-tf-x-arr-pop [_ arr])
python-tf-x-arr-pop-first
(python-tf-x-arr-pop-first [_ arr])
python-tf-x-arr-push
(python-tf-x-arr-push [_ arr item])
python-tf-x-arr-push-first
(python-tf-x-arr-push-first [_ arr item])
python-tf-x-arr-remove
(python-tf-x-arr-remove [_ arr idx])
python-tf-x-arr-reverse
(python-tf-x-arr-reverse [_ arr])
python-tf-x-arr-slice
(python-tf-x-arr-slice [_ arr start end])
python-tf-x-arr-sort
(python-tf-x-arr-sort [_ arr key-fn compare-fn])
python-tf-x-async-run
(python-tf-x-async-run [_ thunk])
python-tf-x-bit-not
(python-tf-x-bit-not [_ value])
python-tf-x-bytes-copy
(python-tf-x-bytes-copy [_ value])
python-tf-x-bytes-new
(python-tf-x-bytes-new [_ values])
python-tf-x-bytes-s8
(python-tf-x-bytes-s8 [_ value])
python-tf-x-bytes-set
(python-tf-x-bytes-set [_ value idx byte])
python-tf-x-bytes-slice
(python-tf-x-bytes-slice [_ value start & [end]])
python-tf-x-bytes-u8
(python-tf-x-bytes-u8 [_ value])
python-tf-x-cat
(python-tf-x-cat [_ & args])
python-tf-x-construct
(python-tf-x-construct [_ ctor args])
python-tf-x-del
added in 4.1
(python-tf-x-del [_ obj])
deletes a binding, emitting subscript deletion for literal key access so that (. obj [key]) does not lower to del obj.get(key)
python-tf-x-del-key
(python-tf-x-del-key [_ obj key])
python-tf-x-err
(python-tf-x-err [_ msg])
python-tf-x-eval
(python-tf-x-eval [_ s])
python-tf-x-ex-data
(python-tf-x-ex-data [_ err])
python-tf-x-ex-message
(python-tf-x-ex-message [_ err])
python-tf-x-ex-native?
(python-tf-x-ex-native? [_ err])
python-tf-x-ex-new
(python-tf-x-ex-new [_ message & [data]])
python-tf-x-file-read
(python-tf-x-file-read [_ filename])
python-tf-x-file-resolve
(python-tf-x-file-resolve [_ root relpath])
python-tf-x-file-write
(python-tf-x-file-write [_ filename content])
python-tf-x-get-key
(python-tf-x-get-key [_ obj key default])
python-tf-x-has-key?
(python-tf-x-has-key? [_ obj key check])
python-tf-x-is-array?
(python-tf-x-is-array? [_ e])
python-tf-x-is-boolean?
(python-tf-x-is-boolean? [_ e])
python-tf-x-is-function?
(python-tf-x-is-function? [_ e])
python-tf-x-is-integer?
(python-tf-x-is-integer? [_ e])
python-tf-x-is-number?
(python-tf-x-is-number? [_ e])
python-tf-x-is-object?
(python-tf-x-is-object? [_ e])
python-tf-x-is-string?
(python-tf-x-is-string? [_ e])
python-tf-x-iter-eq
(python-tf-x-iter-eq [_ it0 it1 eq-fn])
python-tf-x-iter-from
(python-tf-x-iter-from [_ x])
python-tf-x-iter-from-arr
(python-tf-x-iter-from-arr [_ arr])
python-tf-x-iter-from-obj
(python-tf-x-iter-from-obj [_ obj])
python-tf-x-iter-has?
(python-tf-x-iter-has? [_ x])
python-tf-x-iter-native?
(python-tf-x-iter-native? [_ it])
python-tf-x-iter-next
(python-tf-x-iter-next [_ it])
python-tf-x-json-decode
(python-tf-x-json-decode [_ s])
python-tf-x-json-encode
(python-tf-x-json-encode [_ obj])
python-tf-x-len
(python-tf-x-len [_ arr])
python-tf-x-lu-create
added in 4.0
(python-tf-x-lu-create [_])
python-tf-x-lu-del
added in 4.0
(python-tf-x-lu-del [_ lu obj])
python-tf-x-lu-eq
added in 4.0
(python-tf-x-lu-eq [_ o1 o2])
python-tf-x-lu-get
added in 4.0
(python-tf-x-lu-get [_ lu obj])
python-tf-x-lu-set
added in 4.0
(python-tf-x-lu-set [_ lu obj gid])
python-tf-x-m-abs
(python-tf-x-m-abs [_ num])
python-tf-x-m-acos
(python-tf-x-m-acos [_ num])
python-tf-x-m-asin
(python-tf-x-m-asin [_ num])
python-tf-x-m-atan
(python-tf-x-m-atan [_ num])
python-tf-x-m-ceil
(python-tf-x-m-ceil [_ num])
python-tf-x-m-cos
(python-tf-x-m-cos [_ num])
python-tf-x-m-cosh
(python-tf-x-m-cosh [_ num])
python-tf-x-m-exp
(python-tf-x-m-exp [_ num])
python-tf-x-m-floor
(python-tf-x-m-floor [_ num])
python-tf-x-m-log10
(python-tf-x-m-log10 [_ num])
python-tf-x-m-loge
(python-tf-x-m-loge [_ num])
python-tf-x-m-max
(python-tf-x-m-max [_ & args])
python-tf-x-m-min
(python-tf-x-m-min [_ & args])
python-tf-x-m-mod
(python-tf-x-m-mod [_ num denom])
python-tf-x-m-pow
(python-tf-x-m-pow [_ base n])
python-tf-x-m-quot
(python-tf-x-m-quot [_ num denom])
python-tf-x-m-sin
(python-tf-x-m-sin [_ num])
python-tf-x-m-sinh
(python-tf-x-m-sinh [_ num])
python-tf-x-m-sqrt
(python-tf-x-m-sqrt [_ num])
python-tf-x-m-tan
(python-tf-x-m-tan [_ num])
python-tf-x-m-tanh
(python-tf-x-m-tanh [_ num])
python-tf-x-obj-clone
(python-tf-x-obj-clone [_ obj])
python-tf-x-obj-keys
(python-tf-x-obj-keys [_ obj])
python-tf-x-obj-pairs
added in 4.0
(python-tf-x-obj-pairs [_ obj])
python-tf-x-obj-vals
(python-tf-x-obj-vals [_ obj])
python-tf-x-print
(python-tf-x-print [_ & args])
python-tf-x-pwd
(python-tf-x-pwd [_])
python-tf-x-random
(python-tf-x-random _)
python-tf-x-return-encode
(python-tf-x-return-encode [_ out id key])
python-tf-x-return-eval
(python-tf-x-return-eval [_ s wrap-fn])
python-tf-x-return-wrap
(python-tf-x-return-wrap [_ f encode-fn])
python-tf-x-set-key
added in 4.1
(python-tf-x-set-key [_ obj key value])
sets a key on an object, emitting subscript assignment so that literal string keys do not lower to obj.get(key) = value
python-tf-x-shell
(python-tf-x-shell [_ s root cb])
python-tf-x-socket-close
(python-tf-x-socket-close [_ conn])
python-tf-x-socket-connect
(python-tf-x-socket-connect [_ host port opts cb])
python-tf-x-socket-send
(python-tf-x-socket-send [_ conn bytes])
python-tf-x-str-char
(python-tf-x-str-char [_ s i])
python-tf-x-str-comp
(python-tf-x-str-comp [_ a b])
python-tf-x-str-decode
(python-tf-x-str-decode [_ value])
python-tf-x-str-encode
(python-tf-x-str-encode [_ value])
python-tf-x-str-index-of
(python-tf-x-str-index-of [_ s tok & [start]])
python-tf-x-str-join
(python-tf-x-str-join [_ s arr])
python-tf-x-str-pad-left
(python-tf-x-str-pad-left [_ s n ch])
python-tf-x-str-pad-right
(python-tf-x-str-pad-right [_ s n ch])
python-tf-x-str-replace
(python-tf-x-str-replace [_ s tok replacement])
python-tf-x-str-split
(python-tf-x-str-split [_ s tok])
python-tf-x-str-substring
(python-tf-x-str-substring [_ s start & [end]])
python-tf-x-str-to-fixed
(python-tf-x-str-to-fixed [_ num digits])
python-tf-x-str-to-lower
(python-tf-x-str-to-lower [_ s])
python-tf-x-str-to-upper
(python-tf-x-str-to-upper [_ s])
python-tf-x-str-trim
(python-tf-x-str-trim [_ s])
python-tf-x-str-trim-left
(python-tf-x-str-trim-left [_ s])
python-tf-x-str-trim-right
(python-tf-x-str-trim-right [_ s])
python-tf-x-to-number
(python-tf-x-to-number [_ e])
python-tf-x-to-string
(python-tf-x-to-string [_ e])
python-tf-x-type-native
(python-tf-x-type-native [_ obj])
python-tf-x-with-delay
(python-tf-x-with-delay [_ ms thunk])