This is the clpython Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:17:58 2024 GMT+0.
clpython/clpython.asd
clpython/basic/package.lisp
clpython/basic/util/utils.lisp
clpython/basic/util/readtable.lisp
clpython/basic/util/macro-state.lisp
clpython/basic/util/patternmatch.lisp
clpython/basic/shared/ssetup.lisp
clpython/basic/shared/aureadtable.lisp
clpython/basic/shared/errors.lisp
clpython/basic/shared/aupprint.lisp
clpython/parser/parser/grammar.lisp
clpython/parser/parser/lexer.lisp
clpython/parser/parser/parser.lisp
clpython/parser/parser/grammar-aclyacc.lisp
clpython/parser/parser/grammar-clyacc.lisp
clpython/parser/parser/ast-util.lisp
clpython/parser/parser/walk.lisp
clpython/parser/parser/pprint.lisp
clpython/runtime/runtime/rsetup.lisp
clpython/runtime/runtime/formatstring.lisp
clpython/runtime/runtime/metaclass.lisp
clpython/runtime/runtime/dictattr.lisp
clpython/runtime/runtime/classes.lisp
clpython/runtime/runtime/exceptions.lisp
clpython/runtime/runtime/habitat.lisp
clpython/runtime/runtime/run.lisp
clpython/runtime/runtime/import.lisp
clpython/compiler/compiler/csetup.lisp
clpython/compiler/compiler/pydecl.lisp
clpython/compiler/compiler/namespace.lisp
clpython/compiler/compiler/compiler.lisp
clpython/compiler/compiler/generator.lisp
clpython/compiler/compiler/optimize.lisp
clpython/lib/lib/lsetup.lisp
clpython/lib/lib/builtins-file.lisp
clpython/lib/lib/builtins-set.lisp
clpython/lib/lib/builtins-buffer.lisp
clpython/lib/lib/builtins.lisp
clpython/lib/lib/array.lisp
clpython/lib/lib/_ast.lisp
clpython/lib/lib/binascii.lisp
clpython/lib/lib/_bsddb.lisp
clpython/lib/lib/_collections.lisp
clpython/lib/lib/_codecs.lisp
clpython/lib/lib/cStringIO.lisp
clpython/lib/lib/datetime.lisp
clpython/lib/lib/errno.lisp
clpython/lib/lib/exceptions.lisp
clpython/lib/lib/_functools.lisp
clpython/lib/lib/gc.lisp
clpython/lib/lib/imp.lisp
clpython/lib/lib/itertools.lisp
clpython/lib/lib/marshal.lisp
clpython/lib/lib/math.lisp
clpython/lib/lib/_md5.lisp
clpython/lib/lib/operator.lisp
clpython/lib/lib/posix.lisp
clpython/lib/lib/_random.lisp
clpython/lib/lib/re.lisp
clpython/lib/lib/_sha.lisp
clpython/lib/lib/_sha256.lisp
clpython/lib/lib/_sha512.lisp
clpython/lib/lib/_socket.lisp
clpython/lib/lib/_sre.lisp
clpython/lib/lib/_ssl.lisp
clpython/lib/lib/_struct.lisp
clpython/lib/lib/sys.lisp
clpython/lib/lib/string.lisp
clpython/lib/lib/symbol.lisp
clpython/lib/lib/thread.lisp
clpython/lib/lib/time.lisp
clpython/lib/lib/_weakref.lisp
clpython/contrib/contrib/repl.lisp
clpython/contrib/contrib/lispy.lisp
clpython/contrib/contrib/executable.lisp
clpython.ast
clpython.module.select
clpython.module
clpython.module.array
clpython.util
clpython.module.symbol
clpython.module._sha
clpython.module._csv
clpython.module.signal
clpython.module.binascii
clpython.module._functools
clpython.module.exceptions
clpython.module._bsddb
clpython.parser
clpython.ast.token
clpython.user.builtin.function
clpython.module.termios
clpython.module.time
clpython
clpython.module.gc
clpython.app.repl
clpython.module.sys
clpython.user.builtin.type.exception
clpython.module.errno
clpython.user.builtin.type
clpython.ast.operator
clpython.module.itertools
clpython.module._fileio
clpython.module._lsprof
clpython.module._collections
clpython.module._sha512
clpython.module.math
clpython.module.unicodedata
clpython.ast.punctuation
clpython.module._random
clpython.module.string
clpython.user.builtin
clpython.module.thread
clpython.module._symtable
clpython.module.fcntl
clpython.lispy.stuff
clpython.module._weakref
clpython.module._sre
clpython.user.builtin.value
clpython.ast.node
clpython.module._struct
clpython.module.imp
clpython.module._codecs
clpython.module._socket
clpython.module._md5
clpython.module.posix
clpython.module._sha256
clpython.module._ast
clpython.module.zlib
clpython.module.cstringio
clpython.ast.node-p
clpython.user
clpython.module.__builtin__
clpython.ast.reserved
clpython.module.re
clpython.module.pwd
clpython.module.operator
clpython.module.datetime
clpython.module._ssl
clpython.module.marshal
The main system appears first, followed by any subsystem dependency.
clpython
clpython/basic
clpython/parser
clpython/runtime
clpython/compiler
clpython/lib
clpython/contrib
clpython
CLPython - an implementation of Python in Common Lisp
Willem Broekema <metawilm@gmail.com>
LLGPL (Lisp Lesser GNU Public License)
clpython/basic
(system).
clpython/parser
(system).
clpython/runtime
(system).
clpython/compiler
(system).
clpython/lib
(system).
clpython/contrib
(system).
clpython/basic
CLPython package and utils
Willem Broekema <metawilm@gmail.com>
LLGPL (Lisp Lesser GNU Public License)
closer-mop
(system).
package.lisp
(file).
util
(module).
shared
(module).
clpython/parser
Python parser, code walker, and pretty printer
Willem Broekema <metawilm@gmail.com>
LLGPL (Lisp Lesser GNU Public License)
clpython/basic
(system).
closer-mop
(system).
yacc
(system)., for feature (:or (:not :allegro) :have-cl-yacc)
parser
(module).
clpython/runtime
Python runtime environment
Willem Broekema <metawilm@gmail.com>
LLGPL (Lisp Lesser GNU Public License)
clpython/basic
(system).
closer-mop
(system).
cl-fad
(system).
runtime
(module).
clpython/compiler
Python compiler
Willem Broekema <metawilm@gmail.com>
LLGPL (Lisp Lesser GNU Public License)
clpython/basic
(system).
clpython/parser
(system).
clpython/runtime
(system).
closer-mop
(system).
compiler
(module).
clpython/lib
Python module library
Willem Broekema <metawilm@gmail.com>
LLGPL (Lisp Lesser GNU Public License)
clpython/basic
(system).
clpython/runtime
(system).
clpython/compiler
(system).
lib
(module).
clpython/contrib
CLPython contributions and experiments
Willem Broekema <metawilm@gmail.com>
LLGPL (Lisp Lesser GNU Public License)
clpython/basic
(system).
clpython/runtime
(system).
clpython/compiler
(system).
contrib
(module).
Modules are listed depth-first from the system components tree.
clpython/basic/util
clpython/basic/shared
clpython/parser/parser
clpython/runtime/runtime
clpython/compiler/compiler
clpython/lib/lib
clpython/contrib/contrib
clpython/basic/util
package.lisp
(file).
clpython/basic
(system).
utils.lisp
(file).
readtable.lisp
(file).
macro-state.lisp
(file).
patternmatch.lisp
(file).
clpython/parser/parser
clpython/parser
(system).
grammar.lisp
(file).
lexer.lisp
(file).
parser.lisp
(file).
grammar-aclyacc.lisp
(file).
grammar-clyacc.lisp
(file).
ast-util.lisp
(file).
walk.lisp
(file).
pprint.lisp
(file).
clpython/runtime/runtime
clpython/runtime
(system).
rsetup.lisp
(file).
formatstring.lisp
(file).
metaclass.lisp
(file).
dictattr.lisp
(file).
classes.lisp
(file).
exceptions.lisp
(file).
habitat.lisp
(file).
run.lisp
(file).
import.lisp
(file).
clpython/compiler/compiler
clpython/compiler
(system).
csetup.lisp
(file).
pydecl.lisp
(file).
namespace.lisp
(file).
compiler.lisp
(file).
generator.lisp
(file).
optimize.lisp
(file).
clpython/lib/lib
clpython/lib
(system).
lsetup.lisp
(file).
builtins-file.lisp
(file).
builtins-set.lisp
(file).
builtins-buffer.lisp
(file).
builtins.lisp
(file).
array.lisp
(file).
_ast.lisp
(file).
binascii.lisp
(file).
_bsddb.lisp
(file).
_collections.lisp
(file).
_codecs.lisp
(file).
cstringio.lisp
(file).
datetime.lisp
(file).
errno.lisp
(file).
exceptions.lisp
(file).
_functools.lisp
(file).
gc.lisp
(file).
imp.lisp
(file).
itertools.lisp
(file).
marshal.lisp
(file).
math.lisp
(file).
_md5.lisp
(file).
operator.lisp
(file).
posix.lisp
(file).
_random.lisp
(file).
re.lisp
(file).
_sha.lisp
(file).
_sha256.lisp
(file).
_sha512.lisp
(file).
_socket.lisp
(file).
_sre.lisp
(file).
_ssl.lisp
(file).
_struct.lisp
(file).
sys.lisp
(file).
string.lisp
(file).
symbol.lisp
(file).
thread.lisp
(file).
time.lisp
(file).
_weakref.lisp
(file).
clpython/contrib/contrib
clpython/contrib
(system).
repl.lisp
(file).
lispy.lisp
(file).
executable.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
clpython/clpython.asd
clpython/basic/package.lisp
clpython/basic/util/utils.lisp
clpython/basic/util/readtable.lisp
clpython/basic/util/macro-state.lisp
clpython/basic/util/patternmatch.lisp
clpython/basic/shared/ssetup.lisp
clpython/basic/shared/aureadtable.lisp
clpython/basic/shared/errors.lisp
clpython/basic/shared/aupprint.lisp
clpython/parser/parser/grammar.lisp
clpython/parser/parser/lexer.lisp
clpython/parser/parser/parser.lisp
clpython/parser/parser/grammar-aclyacc.lisp
clpython/parser/parser/grammar-clyacc.lisp
clpython/parser/parser/ast-util.lisp
clpython/parser/parser/walk.lisp
clpython/parser/parser/pprint.lisp
clpython/runtime/runtime/rsetup.lisp
clpython/runtime/runtime/formatstring.lisp
clpython/runtime/runtime/metaclass.lisp
clpython/runtime/runtime/dictattr.lisp
clpython/runtime/runtime/classes.lisp
clpython/runtime/runtime/exceptions.lisp
clpython/runtime/runtime/habitat.lisp
clpython/runtime/runtime/run.lisp
clpython/runtime/runtime/import.lisp
clpython/compiler/compiler/csetup.lisp
clpython/compiler/compiler/pydecl.lisp
clpython/compiler/compiler/namespace.lisp
clpython/compiler/compiler/compiler.lisp
clpython/compiler/compiler/generator.lisp
clpython/compiler/compiler/optimize.lisp
clpython/lib/lib/lsetup.lisp
clpython/lib/lib/builtins-file.lisp
clpython/lib/lib/builtins-set.lisp
clpython/lib/lib/builtins-buffer.lisp
clpython/lib/lib/builtins.lisp
clpython/lib/lib/array.lisp
clpython/lib/lib/_ast.lisp
clpython/lib/lib/binascii.lisp
clpython/lib/lib/_bsddb.lisp
clpython/lib/lib/_collections.lisp
clpython/lib/lib/_codecs.lisp
clpython/lib/lib/cStringIO.lisp
clpython/lib/lib/datetime.lisp
clpython/lib/lib/errno.lisp
clpython/lib/lib/exceptions.lisp
clpython/lib/lib/_functools.lisp
clpython/lib/lib/gc.lisp
clpython/lib/lib/imp.lisp
clpython/lib/lib/itertools.lisp
clpython/lib/lib/marshal.lisp
clpython/lib/lib/math.lisp
clpython/lib/lib/_md5.lisp
clpython/lib/lib/operator.lisp
clpython/lib/lib/posix.lisp
clpython/lib/lib/_random.lisp
clpython/lib/lib/re.lisp
clpython/lib/lib/_sha.lisp
clpython/lib/lib/_sha256.lisp
clpython/lib/lib/_sha512.lisp
clpython/lib/lib/_socket.lisp
clpython/lib/lib/_sre.lisp
clpython/lib/lib/_ssl.lisp
clpython/lib/lib/_struct.lisp
clpython/lib/lib/sys.lisp
clpython/lib/lib/string.lisp
clpython/lib/lib/symbol.lisp
clpython/lib/lib/thread.lisp
clpython/lib/lib/time.lisp
clpython/lib/lib/_weakref.lisp
clpython/contrib/contrib/repl.lisp
clpython/contrib/contrib/lispy.lisp
clpython/contrib/contrib/executable.lisp
clpython/basic/package.lisp
clpython/basic
(system).
clpython.ast
.
clpython.module
.
clpython.util
.
clpython.parser
.
clpython.ast.token
.
clpython.user.builtin.function
.
clpython
.
clpython.app.repl
.
clpython.user.builtin.type.exception
.
clpython.user.builtin.type
.
clpython.ast.operator
.
clpython.ast.punctuation
.
clpython.user.builtin
.
clpython.user.builtin.value
.
clpython.ast.node
.
clpython.ast.node-p
.
clpython.user
.
clpython.ast.reserved
.
clpython/basic/util/utils.lisp
util
(module).
+dict-alist-to-hashtable-threshold+
(constant).
+max-char-code+
(constant).
abbreviate-string
(function).
abbreviate-to-one-line
(function).
alist-remove-prop
(function).
careful-probe-file
(function).
char-code-type
(type).
checking-reader-conditionals
(macro).
defconstant-once
(macro).
derive-pathname
(function).
ensure-path-is-directory
(function).
ltv-find-class
(macro).
make-weak-key-hash-table
(function).
named-function
(macro).
quit
(function).
register-feature
(function).
sans
(function).
schedule-finalization
(function).
slurp-file
(generic function).
unschedule-finalization
(function).
whereas
(macro).
with-auto-mode-recompile
(macro).
with-gensyms
(macro).
with-line-prefixed-output
(macro).
with-sane-debugging
(macro).
with-stack-list
(macro).
without-redefinition-warnings
(macro).
call-with-sane-debugging
(function).
class-initargs-p
(function).
fast
(macro).
clpython/basic/util/readtable.lisp
util
(module).
in-syntax
(macro).
interactive-stream-p-recursive
(function).
read-package-symbol-func
(function).
setup-omnivore-readmacro
(function).
*omnivore-debug*
(special variable).
*reader-error-has-format*
(special variable).
concatenated-stream-active-stream
(function).
clpython/basic/util/macro-state.lisp
utils.lisp
(file).
util
(module).
define-macro-state-declaration
(macro).
*use-environment-acccessors*
(special variable).
all-use-environment-accessor-values
(function).
get-decl-state
(function).
with-custom-decl
(macro).
clpython/basic/util/patternmatch.lisp
util
(module).
match-p
(function).
with-matching
(macro).
with-perhaps-matching
(macro).
template-wildcards
(function).
wildcard-sym-p
(function).
clpython/parser/parser/grammar.lisp
parser
(module).
*python-form->source-location*
(special variable).
string-literal-p
(function).
*operators-with-precedence-between-binary-and-unary-plusmin*
(special variable).
*precedence-and-associativity*
(special variable).
*python-prods*
(special variable).
*terminals*
(special variable).
add-rule
(function).
clean-source-locations
(function).
contour-source-location
(function).
debug-print-locs
(function).
dotted-name-to-attribute-ref
(function).
finish-ast
(function).
get-precedence-and-associativity
(function).
gp
(macro).
handle-arglist
(function).
instrument-outcome
(function).
make-number-token
(function).
maybe-fix-unary-expr
(function).
maybe-unwrap-literal-value
(function).
p
(macro).
parse-trailers
(function).
record-source-location
(function).
clpython/parser/parser/lexer.lisp
grammar.lisp
(file).
parser
(module).
*enormous-float-representation-type*
(special variable).
*extra-identifier-char2-p*
(special variable).
*normal-float-representation-type*
(special variable).
*tab-width-spaces*
(special variable).
print-object
(method).
%lex-curr-line-no%
(symbol macro).
%lex-last-read-char-ix%
(symbol macro).
%lex-last-returned-value%
(symbol macro).
%lex-next-unread-char-ix%
(symbol macro).
%lex-string%
(symbol macro).
%lex-tab-width%
(symbol macro).
*lex-debug*
(special variable).
*lex-fake-eof-after-toplevel-form*
(special variable).
*lex-state*
(special variable).
*lex-warn-indent*
(special variable).
+unicode-capable-string-type+
(constant).
+whitespace+
(constant).
call-lexer
(generic function).
careful-code-char
(function).
char-member
(compiler macro).
char-member
(function).
float-suffix
(function).
identifier-char1-p
(function).
identifier-char2-p
(function).
lex-looking-at-token
(function).
lex-read-char
(function).
lex-substring
(function).
lex-unread-char
(function).
lexer
(class).
lexer-eof-token
(generic function).
lisp-char-by-python-name
(function).
lookup-external-symbol
(function).
ls-bracket-level
(reader method).
(setf ls-bracket-level)
(writer method).
ls-curr-line-no
(reader method).
(setf ls-curr-line-no)
(writer method).
ls-indent-stack
(reader method).
(setf ls-indent-stack)
(writer method).
ls-last-newline-in-source
(reader method).
ls-last-read-char-ix
(reader method).
(setf ls-last-read-char-ix)
(writer method).
ls-last-returned-value
(reader method).
(setf ls-last-returned-value)
(writer method).
ls-string
(reader method).
(setf ls-string)
(writer method).
ls-tab-width
(reader method).
(setf ls-tab-width)
(writer method).
ls-tokens-todo
(reader method).
(setf ls-tokens-todo)
(writer method).
ls-yacc-version
(reader method).
(setf ls-yacc-version)
(writer method).
make-lexer
(generic function).
make-lexer-1
(function).
make-lexer-2
(function).
make-lexer-3
(function).
next-eof-fake-after-toplevel-form
(condition).
next-eof-real
(condition).
number-range
(function).
punct-char-not-punct-char1-p
(function).
punct-char1-p
(function).
punct-char2-p
(function).
punct-char3-p
(function).
raise-unexpected-eof
(function).
read-kind
(generic function).
toplevel-form-finished-condition
(condition).
toplevel-form-finished-condition.char-ix
(reader method).
(setf toplevel-form-finished-condition.char-ix)
(writer method).
clpython/parser/parser/parser.lisp
grammar.lisp
(file).
lexer.lisp
(file).
parser
(module).
parse
(generic function).
parse-with-replacements
(function).
with-source-locations
(macro).
*catch-yacc-conditions*
(special variable).
*default-yacc-version*
(special variable).
*signal-toplevel-form-finished-conditions*
(special variable).
handle-parser-condition
(generic function).
parse-form-with-yacc
(generic function).
parse-module-with-yacc
(function).
with-parser-conditions-handled
(macro).
with-parser-eof-detection
(macro).
clpython/parser/parser/grammar-aclyacc.lisp
:allegro
grammar.lisp
(file).
lexer.lisp
(file).
parser.lisp
(file).
parser
(module).
clpython/parser/parser/grammar-clyacc.lisp
(:or (:not :allegro) :have-cl-yacc)
grammar.lisp
(file).
lexer.lisp
(file).
parser.lisp
(file).
parser
(module).
*cl-yacc-python-parser*
(special variable).
handle-parser-condition
(method).
lexer-eof-token
(method).
make-lexer
(method).
parse-form-with-yacc
(method).
clpython/parser/parser/ast-util.lisp
grammar.lisp
(file).
parser
(module).
ast-complete-p
(function).
ast-p
(function).
*expr-stmt-nodes*
(special variable).
*multi-line-statements*
(special variable).
*use-ast-return-stmt-heuristic*
(special variable).
abbreviated-python-code
(function).
expr-node-p
(function).
stmt-node-p
(function).
stmt-or-expr-node-p
(function).
symbol-ends-with-p
(function).
clpython/parser/parser/walk.lisp
parser
(module).
+augassign-target+
(constant).
+augassign-value+
(constant).
+delete-target+
(constant).
+no-target+
(constant).
+no-value+
(constant).
+normal-target+
(constant).
+normal-value+
(constant).
make-load-form
(method).
make-load-form
(method).
walk-py-ast
(function).
with-py-ast
(macro).
*allowed-node-tg/val*
(special variable).
*ast-node-walk-structs*
(special variable).
*walk-build-result*
(special variable).
*walk-debug*
(special variable).
*walk-into-nested-namespaces*
(special variable).
*walk-warn-unknown-form*
(special variable).
+all-values-names+
(constant).
+global-decl-target+
(constant).
ast-recurse-fun
(function).
ast-recurse-fun-with-structs
(function).
ast-walker-node
(structure).
ast-walker-node-arg
(structure).
ast-walker-node-arg-p
(function).
ast-walker-node-p
(function).
awn-arg-structs
(reader).
(setf awn-arg-structs)
(writer).
awn-subtargetable
(reader).
(setf awn-subtargetable)
(writer).
awn-targetable
(reader).
(setf awn-targetable)
(writer).
awna-ix
(reader).
(setf awna-ix)
(writer).
awna-key
(reader).
(setf awna-key)
(writer).
awna-optional-p
(reader).
(setf awna-optional-p)
(writer).
awna-prio
(reader).
(setf awna-prio)
(writer).
awna-rest-p
(reader).
(setf awna-rest-p)
(writer).
awna-tg/val
(reader).
(setf awna-tg/val)
(writer).
awna-var
(reader).
(setf awna-var)
(writer).
awna-walk
(reader).
(setf awna-walk)
(writer).
copy-ast-walker-node
(function).
copy-ast-walker-node-arg
(function).
def-ast-node
(macro).
make-ast-walker-node
(function).
make-ast-walker-node-arg
(function).
walk-print
(generic function).
clpython/parser/parser/pprint.lisp
parser
(module).
*py-pprint-dispatch*
(special variable).
py-pprint
(function).
*binary-op-precedence*
(special variable).
*in-bracketed-expr*
(special variable).
*in-comparison-expr*
(special variable).
*one-item-tuple-gets-comma*
(special variable).
*precedence-level*
(special variable).
*suite-no-newline*
(special variable).
*tuple-must-have-brackets*
(special variable).
*unary-op-precedence*
(special variable).
parse-and-print
(function).
print-arg-list
(function).
print-float-like-python
(function).
py-pprint-1
(generic function).
py-pprint-literal
(generic function).
with-python-pprinter
(macro).
clpython/runtime/runtime/rsetup.lisp
runtime
(module).
*exceptions-are-python-objects*
(special variable).
*habitat*
(special variable).
clpython/runtime/runtime/formatstring.lisp
rsetup.lisp
(file).
runtime
(module).
*parsed-format-strings*
(special variable).
apply-fmt-ops
(function).
copy-format-string
(function).
ensure-parsed-format-string
(function).
format-object
(function).
format-string
(structure).
format-string-p
(function).
fs-extend-vec
(function).
fs-list-num-args
(reader).
(setf fs-list-num-args)
(writer).
fs-recipes
(reader).
(setf fs-recipes)
(writer).
fs-string
(reader).
(setf fs-string)
(writer).
fs-type-of-arg
(reader).
make-formatted-string
(function).
make-fs
(function).
parse-format-string
(function).
clpython/runtime/runtime/metaclass.lisp
formatstring.lisp
(file).
runtime
(module).
*the-none*
(special variable).
*the-notimplemented*
(special variable).
make-py-hash-table
(function).
none-p
(compiler macro).
none-p
(function).
object
(class).
py-==->lisp-val
(function).
py-none
(class).
py-type
(class).
validate-superclass
(method).
validate-superclass
(method).
validate-superclass
(method).
validate-superclass
(method).
validate-superclass
(method).
dict
(method).
dict
(reader method).
(setf dict)
(writer method).
dict-mixin
(class).
dicted-object
(class).
eq-hash-table
(type).
eq-hash-table-p
(function).
has-dict
(generic function).
make-eq-hash-table
(function).
maybe-eval-always
(macro).
py-hash
(generic function).
py-hash-table
(type).
py-hash-table-p
(function).
py-meta-type
(class).
py-notimplemented
(class).
with-py-dict
(macro).
clpython/runtime/runtime/dictattr.lisp
metaclass.lisp
(file).
runtime
(module).
bind-val
(function).
*ca-cache*
(special variable).
+dicted-object-dict-index+
(constant).
+py-class-classname-slot-index+
(constant).
+py-class-classname-slot-name+
(constant).
+py-class-dict-slot-index+
(constant).
+standard-instance-access-func+
(constant).
+use-standard-instance-access+
(constant).
+use-standard-instance-access-setf+
(constant).
attr
(function).
(setf attr)
(function).
ca.class-val-class
(reader).
(setf ca.class-val-class)
(writer).
ca.class-val-dd
(reader).
(setf ca.class-val-dd)
(writer).
ca.class-val-non-dd
(reader).
(setf ca.class-val-non-dd)
(writer).
ca.debug
(reader).
(setf ca.debug)
(writer).
ca.getattr
(reader).
(setf ca.getattr)
(writer).
ca.getattribute
(reader).
(setf ca.getattribute)
(writer).
ca.is-metaclass
(reader).
(setf ca.is-metaclass)
(writer).
calculate-ca
(function).
class-attr
(structure).
class-attr-p
(function).
class-slot-ix
(function).
class.attr-no-magic
(compiler macro).
class.attr-no-magic
(function).
class.raw-attr-del
(function).
class.raw-attr-get
(function).
class.raw-attr-map
(function).
class.raw-attr-set
(function).
class.raw-classname
(compiler macro).
class.raw-classname
(function).
class.raw-dict
(compiler macro).
class.raw-dict
(function).
(setf class.raw-dict)
(function).
clear-ca-cache
(function).
copy-class-attr
(function).
data-descriptor-p
(function).
descriptor-p
(function).
do-cpl
(macro).
ensure-ca
(function).
funky-dict-del
(function).
funky-dict-get
(function).
funky-dict-map
(function).
funky-dict-set
(function).
get-ca
(function).
instance.attr-no-magic
(compiler macro).
instance.attr-no-magic
(function).
make-class-attr
(function).
x.class-attr-no-magic.bind
(function).
clpython/runtime/runtime/classes.lisp
dictattr.lisp
(file).
runtime
(module).
*the-ellipsis*
(special variable).
*the-empty-tuple*
(special variable).
+the-false+
(constant).
+the-true+
(constant).
def-py-method
(macro).
dict.items
(function).
generator.next
(function).
generator.send
(function).
impl-status
(function).
initialize-instance
(method).
initialize-instance
(method).
initialize-instance
(method).
make-load-form
(method).
make-py-list-from-list
(function).
make-slice
(function).
make-tuple-from-list
(function).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
py-*
(generic function).
py-bool
(compiler macro).
py-bool
(function).
py-bool
(class).
py-call
(generic function).
py-class-of
(generic function).
(setf py-class-of)
(function).
py-float
(generic function).
py-float
(class).
py-iterate->lisp-list
(generic function).
py-repr
(generic function).
py-repr-string
(function).
py-str-string
(function).
py-string.strip
(function).
py-subs
(generic function).
(setf py-subs)
(generic function).
py-val->number
(function).
py-val->string
(function).
set-impl-status
(function).
validate-superclass
(method).
*all-modules*
(special variable).
*binary-comparison-funcs-ht*
(special variable).
*binary-iop->op-ht*
(special variable).
*binary-iop-funcs-ht*
(special variable).
*binary-op-funcs-ht*
(special variable).
*binary-test-funcs-ht*
(special variable).
*circle-detection-mechanism*
(special variable).
*circle-level*
(special variable).
*circle-print-abbrev*
(special variable).
*circle-print-ht*
(special variable).
*circle-print-max-num-objects*
(special variable).
*circle-print-max-occur*
(special variable).
*class-display-without-py-prefix*
(special variable).
*create-simple-lambdas-for-python-functions*
(special variable).
*hash-table-iterator-indefinite-extent*
(special variable).
*ht->symbol-hash-table*
(special variable).
*most-positive-slice-index*
(special variable).
*mro-filter-implementation-classes*
(special variable).
*print-object-does-repr*
(special variable).
*print-object-with-repr-error-level*
(special variable).
*print-object-with-repr-show-errors*
(special variable).
*proxy-classes*
(special variable).
*py-char-strings*
(special variable).
*py-print-safe*
(special variable).
*simple-function-data*
(special variable).
*stream-softspaces*
(special variable).
*unary-op-funcs-ht*
(special variable).
*writable-attribute-methods*
(special variable).
+impl-status-comment-prop+
(constant).
+impl-status-prop+
(constant).
+impl-statuses+
(constant).
+impl-warned-prop+
(constant).
+max-circle-level+
(constant).
apply-namespace-to-cls
(function).
attr-hook
(generic function).
attribute-writer
(reader method).
(setf attribute-writer)
(writer method).
bind-in-some-way
(function).
bound-in-some-way
(function).
builtin-name-p
(function).
builtin-value
(function).
call-with-circle-detection
(function).
careful-floor-1ret
(function).
class-direct-subclasses
(function).
class-direct-superclasses
(function).
class-finalizer-p
(function).
classp
(function).
copy-module-contents
(function).
copy-simple-function-data
(function).
def-comparison
(macro).
def-math-func
(macro).
def-proxy-class
(macro).
def-py-shortcut-func
(macro).
def-unary-op-func
(macro).
deproxy
(function).
dict
(class).
dict.__cmp__
(function).
dict.__delitem__
(function).
dict.__eq__
(function).
dict.__getitem__
(function).
dict.__init__
(function).
dict.__iter__
(function).
dict.__len__
(function).
dict.__new__
(function).
dict.__nonzero__
(function).
dict.__repr__
(function).
dict.__setitem__
(function).
dict.clear
(function).
dict.copy
(function).
dict.fromkeys
(function).
dict.get
(function).
dict.has_key
(function).
dict.iteritems
(function).
dict.iterkeys
(function).
dict.itervalues
(function).
dict.keys
(function).
dict.pop
(function).
dict.popitem
(function).
dict.setdefault
(function).
dict.update
(function).
dict.values
(function).
dir-items
(generic function).
ensure-class
(function).
ensure-class-using-class
(function).
ensure-module
(function).
ensure-pkg-symbol
(function).
ensure-user-symbol
(function).
fdw-getter
(reader method).
(setf fdw-getter)
(writer method).
fdw-setter
(reader method).
(setf fdw-setter)
(writer method).
finalize-inheritance
(function).
find-module
(function).
find-module-fuzzy
(function).
find-symbol-value
(function).
func-code
(class).
func-code.arg-count
(reader method).
func-code.cellvars
(reader method).
func-code.co_argcount
(function).
func-code.co_cellvars
(function).
func-code.co_code
(function).
func-code.co_consts
(function).
func-code.co_filename
(function).
func-code.co_flags
(function).
func-code.co_freevars
(function).
func-code.co_lnotab
(function).
func-code.co_name
(function).
func-code.co_names
(function).
func-code.co_nlocals
(function).
func-code.co_stacksize
(function).
func-code.co_varnames
(function).
func-code.code
(reader method).
func-code.consts
(reader method).
func-code.filename
(reader method).
func-code.flags
(reader method).
func-code.freevars
(reader method).
func-code.lnotab
(reader method).
func-code.name
(reader method).
func-code.names
(reader method).
func-code.nlocals
(reader method).
func-code.stacksize
(reader method).
func-code.varnames
(reader method).
funcallable-python-class
(class).
function-arglist
(function).
function-name
(generic function).
funky-dict-wrapper
(class).
funky-dict-wrapper.__repr__
(function).
funky-dict-wrapper.__setitem__
(function).
funky-dict-wrapper.alist
(function).
funky-dict-wrapper.keys
(function).
generator
(class).
generator-state
(reader method).
(setf generator-state)
(writer method).
generator.__iter__
(function).
generator.close
(function).
generator.throw
(function).
generic-binary-iop
(function).
generic-binary-op
(function).
generic-finalizer
(function).
get-binary-comparison-func-name
(function).
get-binary-iop-func-name
(function).
get-binary-op-func-name
(function).
get-binary-op-func-name-from-iop
(function).
get-binary-test-func
(function).
get-py-iterate-fun
(generic function).
get-py-iterator-for-object
(function).
get-unary-op-func-name
(function).
init-module-namespace
(function).
lisp-package
(class).
lisp-package.__dict__
(function).
lisp-package.__getattribute__
(function).
lisp-package.__repr__
(function).
lisp-package.__setattr__
(function).
make-dict-iterator
(function).
make-iterator-from-function
(function).
make-lisp-list-from-tuple
(function).
make-py-class
(function).
make-py-class-1
(function).
make-py-function
(function).
make-py-list
(function).
make-py-list-from-tuple
(function).
make-py-list-from-vec
(function).
make-py-list-unevaled-list
(macro).
make-simple-function-data
(function).
make-symbol-hash-table
(function).
make-tuple-unevaled-list
(macro).
make-writable-attribute
(function).
map-over-object
(generic function).
maybe-add-finalizer
(function).
module
(class).
module-bin-file-write-date
(reader method).
(setf module-bin-file-write-date)
(writer method).
module-bin-pathname
(reader method).
(setf module-bin-pathname)
(writer method).
module-builtin-p
(reader method).
(setf module-builtin-p)
(writer method).
module-ht
(reader method).
(setf module-ht)
(writer method).
module-name
(reader method).
(setf module-name)
(writer method).
module-package-p
(reader method).
(setf module-package-p)
(writer method).
module-src-file-write-date
(reader method).
(setf module-src-file-write-date)
(writer method).
module-src-pathname
(reader method).
(setf module-src-pathname)
(writer method).
module.__delattr__
(function).
module.__getattribute__
(function).
module.__repr__
(function).
module.__setattr__
(function).
module.path
(function).
my-replace
(macro).
normalize-slice-for-get/set
(function).
object.__class__
(function).
object.__class__-writer
(function).
object.__get__
(function).
object.__init__
(function).
object.__new__
(function).
object.__nonzero__
(function).
object.__repr__
(function).
object.__str__
(function).
package-impl-status
(function).
parse-poskey-arglist
(function).
proxy-lisp-val
(reader method).
(setf proxy-lisp-val)
(writer method).
py-!=
(generic function).
py-%
(generic function).
py-%=
(generic function).
py-&
(generic function).
py-&=
(generic function).
py-**
(generic function).
py-**=
(function).
py-*=
(generic function).
py-+
(generic function).
py-+=
(generic function).
py--
(generic function).
py--=
(generic function).
py-/
(generic function).
py-//
(generic function).
py-//=
(generic function).
py-/=
(generic function).
py-/t/
(generic function).
py-/t/=
(generic function).
py-<
(generic function).
py-<<
(generic function).
py-<<=
(generic function).
py-<=
(generic function).
py-==
(generic function).
py->
(generic function).
py->=
(generic function).
py->>
(generic function).
py->>=
(generic function).
py-^
(generic function).
py-^=
(generic function).
py-abs
(generic function).
py-alist
(class).
py-alist.__getattribute__
(function).
py-alist.__repr__
(function).
py-apply
(compiler macro).
py-apply
(function).
py-attribute-method
(class).
py-attribute-method.__get__
(function).
py-attribute-method.__repr__
(function).
py-attribute-method.__set__
(function).
py-bool.__new__
(function).
py-bound-method
(class).
py-bound-method.__call__
(function).
py-bound-method.__get__
(function).
py-bound-method.__name__
(function).
py-bound-method.__repr__
(function).
py-class-attribute-method
(class).
py-class-attribute-method.__get__
(function).
py-class-method
(class).
py-class-method.__call__
(function).
py-class-method.__get__
(function).
py-class-method.__init__
(function).
py-class-method.__new__
(function).
py-classlookup-bind-call
(function).
py-cmp
(generic function).
py-complex
(class).
py-complex.__new__
(function).
py-complex.__repr__
(function).
py-contains
(function).
py-decode-unicode
(function).
py-divmod
(generic function).
py-ellipsis
(class).
py-encode-unicode
(function).
py-enumerate
(class).
py-enumerate.__iter__
(function).
py-enumerate.__new__
(function).
py-enumerate.__repr__
(function).
py-float.__new__
(function).
py-float.__repr__
(function).
py-float.__str__
(function).
py-func-iterator
(class).
py-func-iterator-sendable
(class).
py-func-iterator-sendable.send
(function).
py-func-iterator.__iter__
(function).
py-func-iterator.__repr__
(function).
py-func-iterator.next
(function).
py-func-iterator.next-or-send
(function).
py-function
(class).
py-function-code
(reader method).
py-function-context-name
(reader method).
(setf py-function-context-name)
(writer method).
py-function-func-globals
(reader method).
(setf py-function-func-globals)
(writer method).
py-function-lambda
(generic function).
(setf py-function-lambda)
(writer method).
py-function-name
(method).
py-function-name
(method).
py-function-name
(reader method).
(setf py-function-name)
(writer method).
py-function.__call__
(function).
py-function.__delattr__
(function).
py-function.__doc__
(function).
py-function.__doc__-writer
(function).
py-function.__get__
(function).
py-function.__getattribute__
(function).
py-function.__hash__
(function).
py-function.__module__
(function).
py-function.__module__-writer
(function).
py-function.__name__
(function).
py-function.__name__-writer
(function).
py-function.__repr__
(function).
py-function.__setattr__
(function).
py-function._dis
(function).
py-function._fif
(function).
py-function.func_code
(function).
py-function.func_globals
(function).
py-function.module-name
(reader method).
(setf py-function.module-name)
(writer method).
py-hash
(method).
py-hash
(method).
py-hex
(generic function).
py-id
(function).
py-in
(generic function).
py-index
(generic function).
py-int
(class).
py-int.__and__
(function).
py-int.__div__
(function).
py-int.__floordiv__
(function).
py-int.__hex__
(function).
py-int.__init__
(function).
py-int.__invert__
(function).
py-int.__lshift__
(function).
py-int.__mul__
(function).
py-int.__new__
(function).
py-int.__oct__
(function).
py-int.__or__
(function).
py-int.__rmul__
(function).
py-int.__ror__
(function).
py-int.__rshift__
(function).
py-int.__xor__
(function).
py-is
(generic function).
py-is-not
(generic function).
py-len
(generic function).
py-lisp-function
(class).
py-lisp-function.__get__
(function).
py-lisp-function.__name__
(function).
py-lisp-function.__repr__
(function).
py-lisp-object
(class).
py-lisp-type
(class).
py-list
(class).
py-list.__add__
(function).
py-list.__cmp__
(function).
py-list.__delitem__
(function).
py-list.__eq__
(function).
py-list.__getitem__
(function).
py-list.__iadd__
(function).
py-list.__init__
(function).
py-list.__iter__
(function).
py-list.__len__
(function).
py-list.__mul__
(function).
py-list.__new__
(function).
py-list.__repr__
(function).
py-list.__setitem__
(function).
py-list.__str__
(function).
py-list.append
(function).
py-list.count
(function).
py-list.extend
(function).
py-list.index
(function).
py-list.insert
(function).
py-list.pop
(function).
py-list.reverse
(function).
py-list.sort
(function).
py-method
(class).
py-method-class
(reader method).
(setf py-method-class)
(writer method).
py-method-func
(reader method).
(setf py-method-func)
(writer method).
py-method-instance
(reader method).
(setf py-method-instance)
(writer method).
py-none.__hash__
(function).
py-none.__nonzero__
(function).
py-none.__repr__
(function).
py-nonzero
(generic function).
py-not
(generic function).
py-not-in
(generic function).
py-number
(class).
py-number.__abs__
(function).
py-number.__add__
(function).
py-number.__cmp__
(function).
py-number.__div__
(function).
py-number.__divmod__
(function).
py-number.__eq__
(function).
py-number.__hash__
(function).
py-number.__mul__
(function).
py-number.__neg__
(function).
py-number.__nonzero__
(function).
py-number.__pos__
(function).
py-number.__pow__
(function).
py-number.__repr__
(function).
py-number.__str__
(function).
py-number.__sub__
(function).
py-number.__truediv__
(function).
py-number.conjugate
(function).
py-number.imag
(function).
py-number.real
(function).
py-oct
(generic function).
py-print
(function).
py-property
(class).
py-property.__del__
(function).
py-property.__doc__
(function).
py-property.__get__
(function).
py-property.__init__
(function).
py-property.__set__
(function).
py-property.deleter
(function).
py-property.fdel
(function).
py-property.fget
(function).
py-property.fset
(function).
py-property.getter
(function).
py-property.setter
(function).
py-real
(class).
py-real.__mod__
(function).
py-repr-circle
(function).
py-slice
(class).
py-slice.indices
(function).
py-static-method
(class).
py-static-method.__call__
(function).
py-static-method.__get__
(function).
py-static-method.__new__
(function).
py-static-method.__repr__
(function).
py-str
(generic function).
py-str-circle
(function).
py-string
(class).
py-string->symbol
(function).
py-string-from-char
(function).
py-string-val->symbol
(function).
py-string.__add__
(function).
py-string.__cmp__
(function).
py-string.__getitem__
(function).
py-string.__hash__
(function).
py-string.__iter__
(function).
py-string.__len__
(function).
py-string.__mod__
(function).
py-string.__mul__
(function).
py-string.__new__
(function).
py-string.__nonzero__
(function).
py-string.__repr__
(function).
py-string.__rmul__
(function).
py-string.__str__
(function).
py-string.capitalize
(function).
py-string.center
(function).
py-string.decode
(function).
py-string.encode
(function).
py-string.endswith
(function).
py-string.find
(function).
py-string.isalnum
(function).
py-string.isalpha
(function).
py-string.isdigit
(function).
py-string.islower
(function).
py-string.isspace
(function).
py-string.join
(function).
py-string.lower
(function).
py-string.lstrip
(function).
py-string.replace
(function).
py-string.rstrip
(function).
py-string.split
(function).
py-string.startswith
(function).
py-string.upper
(function).
py-super
(class).
py-super.__getattribute__
(function).
py-super.__new__
(function).
py-super.__repr__
(function).
py-symbol
(class).
py-symbol->string
(function).
py-symbol.__repr__
(function).
py-tuple
(class).
py-tuple.__add__
(function).
py-tuple.__cmp__
(function).
py-tuple.__eq__
(function).
py-tuple.__getitem__
(function).
py-tuple.__hash__
(function).
py-tuple.__iter__
(function).
py-tuple.__len__
(function).
py-tuple.__mul__
(function).
py-tuple.__new__
(function).
py-tuple.__nonzero__
(function).
py-tuple.__repr__
(function).
py-tuple.__rmul__
(function).
py-tuple.__str__
(function).
py-type.__bases__
(function).
py-type.__bases__-writer
(function).
py-type.__call__
(function).
py-type.__class__
(function).
py-type.__dict__
(function).
py-type.__dict__-writer
(function).
py-type.__hash__
(function).
py-type.__init__
(function).
py-type.__mro__
(function).
py-type.__name__
(function).
py-type.__new__
(function).
py-type.__nonzero__
(function).
py-type.__repr__
(function).
py-type.__str__
(function).
py-type.__subclasses__
(function).
py-unary-+
(generic function).
py-unary--
(generic function).
py-unary-~
(generic function).
py-unbound-method
(class).
py-unbound-method.__call__
(function).
py-unbound-method.__get__
(function).
py-unbound-method.__repr__
(function).
py-unicode-external-format->lisp-external-format
(function).
py-val->integer
(function).
py-val->lisp-bool
(generic function).
py-writable-attribute-method
(class).
py-writable-attribute-method.__get__
(function).
py-writable-attribute-method.__set__
(function).
py-xrange
(class).
py-xrange.__init__
(function).
py-xrange.__iter__
(function).
py-xrange.__new__
(function).
py-xrange.__str__
(function).
py-|
(generic function).
py-|=
(generic function).
raise-invalid-operands
(function).
real-py-list.append
(macro).
register-method
(function).
register-simple-function
(function).
relative-package-name
(function).
repr-fmt
(function).
set-funcallable-instance-function
(function).
sfd-attributes
(reader).
(setf sfd-attributes)
(writer).
sfd-func
(reader).
(setf sfd-func)
(writer).
sfd-func-code
(reader).
(setf sfd-func-code)
(writer).
sfd-func-globals
(reader).
(setf sfd-func-globals)
(writer).
sfd-name
(reader).
(setf sfd-name)
(writer).
sht-ht
(reader method).
(setf sht-ht)
(writer method).
simple-function-data
(structure).
simple-function-data-p
(function).
slice-indices
(function).
slice-start
(reader method).
(setf slice-start)
(writer method).
slice-step
(reader method).
(setf slice-step)
(writer method).
slice-stop
(reader method).
(setf slice-stop)
(writer method).
symbol-hash-table
(class).
symbol-hash-table.__delitem__
(function).
symbol-hash-table.__getitem__
(function).
symbol-hash-table.__repr__
(function).
symbol-hash-table.__setitem__
(function).
symbol-hash-table.has_key
(function).
symbol-hash-table.items
(function).
symbol-hash-table.update
(function).
vector-getitem
(function).
verify-string-strip-chars
(function).
with-circle-detection
(macro).
with-parsed-py-arglist
(macro).
xrange-iter-func
(function).
clpython/runtime/runtime/exceptions.lisp
classes.lisp
(file).
runtime
(module).
define-exception-subclass
(function).
exception
(condition).
exception-args
(reader method).
(setf exception-args)
(writer method).
print-object
(method).
py-raise
(function).
*cached-stopiteration*
(special variable).
*exception-classes*
(special variable).
*exception-tree*
(special variable).
def-python-exceptions
(function).
def-python-exceptions-1
(function).
make-exception
(function).
raise-stopiteration
(function).
clpython/runtime/runtime/habitat.lisp
exceptions.lisp
(file).
runtime
(module).
habitat-cmd-line-args
(generic function).
(setf habitat-cmd-line-args)
(generic function).
habitat-search-paths
(reader method).
(setf habitat-search-paths)
(writer method).
habitat-stderr
(generic function).
(setf habitat-stderr)
(generic function).
habitat-stdin
(generic function).
(setf habitat-stdin)
(generic function).
habitat-stdout
(generic function).
(setf habitat-stdout)
(generic function).
make-habitat
(function).
print-object
(method).
%habitat-cmd-line-args
(reader method).
(setf %habitat-cmd-line-args)
(writer method).
%habitat-stderr
(reader method).
(setf %habitat-stderr)
(writer method).
%habitat-stdin
(reader method).
(setf %habitat-stdin)
(writer method).
%habitat-stdout
(reader method).
(setf %habitat-stdout)
(writer method).
add-loaded-module
(function).
get-loaded-module
(function).
get-sys.modules
(function).
habitat
(class).
habitat-exitfunc
(reader method).
(setf habitat-exitfunc)
(writer method).
habitat-loaded-mods
(reader method).
(setf habitat-loaded-mods)
(writer method).
habitat-module-globals
(reader method).
pathname-considered-equal
(function).
remove-loaded-module
(function).
clpython/runtime/runtime/run.lisp
habitat.lisp
(file).
runtime
(module).
run
(generic function).
clpython/runtime/runtime/import.lisp
run.lisp
(file).
runtime
(module).
%compile-py-file
(function).
%get-py-file-name
(function).
%reset-import-state
(function).
*__main__-module-name*
(special variable).
*compile-for-import*
(special variable).
*import-force-recompile*
(special variable).
*import-force-reload*
(special variable).
*import-probe-file-cache*
(special variable).
*import-recompiled-files*
(special variable).
*package-indicator-filename*
(special variable).
*py-compiled-file-type*
(special variable).
*py-source-file-types*
(special variable).
*temp-file-map*
(special variable).
*use-asdf-fasl-locations*
(special variable).
builtin-module-attribute
(function).
cached-probe-file
(function).
calc-import-search-paths
(function).
compiled-file-name
(generic function).
delete-probe-file-entry
(function).
file-writable-p
(function).
find-py-file
(function).
get-temporary-file
(function).
lisp-package-as-py-module
(function).
load-python-file
(function).
make-probe-file-cache
(function).
maybe-warn-set-search-paths
(function).
module-dotted-name
(function).
module-import-post
(function).
py-import
(function).
source-file-names
(function).
clpython/compiler/compiler/csetup.lisp
compiler
(module).
compiler-detect-syntax-error
(function).
raise-syntax-error-please
(condition).
rsep-syntax-error-args
(reader method).
(setf rsep-syntax-error-args)
(writer method).
with-compiler-generated-syntax-errors
(macro).
clpython/compiler/compiler/pydecl.lisp
csetup.lisp
(file).
compiler
(module).
*pydecl-declared-keys*
(special variable).
*pydecl-keys*
(special variable).
check-pydecl-keys
(function).
define-pydecl-keys
(macro).
get-pydecl
(generic function).
with-pydecl
(macro).
clpython/compiler/compiler/namespace.lisp
pydecl.lisp
(file).
compiler
(module).
make-load-form
(method).
make-load-form
(method).
make-load-form
(method).
make-load-form
(method).
make-load-form
(method).
make-load-form
(method).
make-load-form
(method).
make-load-form
(method).
make-load-form
(method).
print-object
(method).
*debug-dummy-outer-namespace*
(special variable).
*debug-no-locals-dict*
(special variable).
*optimize-namespaces*
(special variable).
+clpython-namespaces-are-classes+
(constant).
builtins-ns
(class).
excl-ns
(class).
get-module-namespace
(generic function).
hash-table-ns
(class).
hash-table-w/excl-ns
(class).
let-ns
(class).
let-w/locals-ns
(class).
make-builtins-namespace
(function).
make-builtins-ns
(function).
make-hash-table-ns
(function).
make-hash-table-w/excl-ns
(function).
make-let-ns
(function).
make-let-w/locals-ns
(function).
make-locals-dict
(function).
make-mapping-ns
(function).
make-mapping-w/excl-ns
(function).
make-package-ns
(function).
mapping-ns
(class).
mapping-w/excl-ns
(class).
module-namepace-get
(macro).
my-make-load-form
(function).
namespace
(class).
namespace-get
(macro).
namespace-set
(macro).
namespace-set-runtime
(macro).
ns.attributes
(generic function).
ns.del-form
(generic function).
ns.dict-form
(reader method).
(setf ns.dict-form)
(writer method).
ns.excluded-names
(reader method).
(setf ns.excluded-names)
(writer method).
ns.expand-with
(generic function).
ns.find-form
(function).
ns.incl-builtins
(reader method).
(setf ns.incl-builtins)
(writer method).
ns.let-names
(reader method).
(setf ns.let-names)
(writer method).
ns.locals-form
(generic function).
ns.mapping-form
(reader method).
(setf ns.mapping-form)
(writer method).
ns.names
(reader method).
(setf ns.names)
(writer method).
ns.package
(reader method).
(setf ns.package)
(writer method).
ns.parent
(reader method).
(setf ns.parent)
(writer method).
ns.read-form
(generic function).
ns.scope
(reader method).
(setf ns.scope)
(writer method).
ns.write-form
(generic function).
ns.write-runtime-form
(generic function).
package-ns
(class).
package-ns-intern
(generic function).
with-namespace
(macro).
clpython/compiler/compiler/compiler.lisp
namespace.lisp
(file).
compiler
(module).
*compile-python-ast-before-running*
(special variable).
+standard-module-globals+
(constant).
assert-stmt
(macro).
assign-stmt
(macro).
assign-stmt
(compiler macro).
attributeref-expr
(macro).
(setf attributeref-expr)
(setf expander).
augassign-stmt
(macro).
backticks-expr
(macro).
binary-expr
(macro).
binary-lazy-expr
(macro).
bracketed-expr
(macro).
break-stmt
(macro).
call-expr
(macro).
classdef-stmt
(macro).
comparison-expr
(macro).
continue-stmt
(macro).
del-stmt
(macro).
dict-expr
(macro).
exec-stmt
(macro).
for-in-stmt
(macro).
funcdef-stmt
(macro).
generator-expr
(macro).
global-stmt
(macro).
identifier-expr
(macro).
(setf identifier-expr)
(setf expander).
if-expr
(macro).
if-stmt
(macro).
import-from-stmt
(macro).
import-stmt
(macro).
lambda-expr
(macro).
list-expr
(macro).
(setf list-expr)
(setf expander).
listcompr-expr
(macro).
literal-expr
(macro).
module-stmt
(macro).
pass-stmt
(macro).
print-object
(method).
print-stmt
(macro).
raise-stmt
(macro).
return-stmt
(macro).
run-python-ast
(function).
slice-expr
(macro).
subscription-expr
(macro).
(setf subscription-expr)
(setf expander).
suite-stmt
(macro).
try-except-stmt
(macro).
try-finally-stmt
(macro).
tuple-expr
(macro).
(setf tuple-expr)
(setf expander).
unary-expr
(macro).
while-stmt
(macro).
with-stmt
(macro).
yield-expr
(macro).
yield-stmt
(macro).
%compile-time-module%
(special variable).
*__debug__*
(special variable).
*allow-indirect-special-call*
(special variable).
*clpython-compiler-version-id*
(special variable).
*compile-time-module-name*
(special variable).
*current-module-name*
(special variable).
*debug-assume-variables-bound*
(special variable).
*debug-with-py-errors-enabled*
(special variable).
*dummy-nonconstant-form*
(special variable).
*exec-early-parse-constant-string*
(special variable).
*exec-stmt-compile-before-run*
(special variable).
*inline-builtin-methods*
(special variable).
*inline-getattr-call*
(special variable).
*inline-number-arithmetic*
(special variable).
*inline-print*
(special variable).
*inlineable-methods*
(special variable).
*inside-import-from-stmt*
(special variable).
*last-raised-exception*
(special variable).
*load-file->module*
(special variable).
*mangle-private-variables-in-class*
(special variable).
*max-py-error-level*
(special variable).
*module-function-hook*
(special variable).
*module-namespace*
(special variable).
*module-preload-hook*
(special variable).
*module-source-hook*
(special variable).
*muffle-sbcl-compiler-notes*
(special variable).
*optimize-function-arg-checking*
(special variable).
*run-module-globals*
(special variable).
*signal-unbound-variable-errors*
(special variable).
*special-calls*
(special variable).
*want-del-setf-expansion*
(special variable).
*with-py-error-level*
(special variable).
+optimize-debug+
(constant).
+optimize-fast+
(constant).
+optimize-fastest+
(constant).
+optimize-std+
(constant).
apply-comparison-brackets
(function).
assert-stmt-1
(function).
assign-stmt-get-bound-vars
(function).
assign-stmt-list-vals
(function).
ast-contains-stmt-p
(function).
ast-deleted-variables
(function).
call-expr-*
(function).
call-expr-1
(macro).
call-expr-eval
(function).
call-expr-globals
(function).
call-expr-locals
(function).
call-expr-pos+*
(function).
call-expr-pos+*+kw+**
(function).
call-with-proper-compiler-settings
(function).
call-with-py-errors
(function).
call-with-python-code-reader
(function).
careful-derive-pathname
(function).
check-max-with-py-error-level
(function).
check-valid-assignment-targets
(function).
classdef-stmt-1
(macro).
compile-py-source-file
(function).
compile-py-source-file-to-lisp-source
(function).
describe-py-fasl
(function).
exec-stmt-ast
(function).
exec-stmt-check-ast
(function).
exec-stmt-check-namespaces
(function).
exec-stmt-string
(compiler macro).
exec-stmt-string
(function).
fa-**-arg
(function).
fa-*-arg
(function).
fa-arg-kwname-vec
(function).
fa-func-name
(function).
fa-key-arg-default-vals
(function).
(setf fa-key-arg-default-vals)
(function).
fa-num-key-args
(function).
fa-num-pos-args
(function).
fa-num-pos-key-args
(function).
fa-pos-key-arg-names
(function).
fasl-matches-compiler-p
(function).
fasl-mismatch-cerror
(function).
fastest
(macro).
fixnump
(macro).
fixnump
(compiler macro).
funcdef-should-save-locals-p
(function).
funcdef-stmt-1
(macro).
generator-ast-p
(function).
init-dict
(function).
inlineable-method-p
(function).
inlined-method-code
(function).
lambda-args-and-destruct-form
(function).
(setf list/tuple-expr)
(setf expander).
load-python-file-with-hooks
(function).
make-fa
(function).
mangle-suite-private-variables
(function).
member*
(function).
mip.compiler-id
(reader method).
(setf mip.compiler-id)
(writer method).
mip.init-func
(reader method).
(setf mip.init-func)
(writer method).
mip.is-compiled
(reader method).
mip.module
(reader method).
(setf mip.module)
(writer method).
mip.module-new-p
(reader method).
(setf mip.module-new-p)
(writer method).
mip.muffled
(reader method).
(setf mip.muffled)
(writer method).
mip.run-tlv-func
(reader method).
(setf mip.run-tlv-func)
(writer method).
mip.source
(reader method).
(setf mip.source)
(writer method).
mip.source-func
(reader method).
(setf mip.source-func)
(writer method).
module-import-pre
(condition).
module-init
(function).
only-pos-args
(function).
parse-py-func-args
(function).
py-**-mapping->lisp-arg-list
(function).
py-arg-function
(macro).
raise-double-keyarg-error
(function).
raise-invalid-keyarg-error
(function).
raise-stmt-1
(function).
raise-wrong-args-error
(function).
record-source-file-loc
(function).
register-inlineable-methods
(function).
stmt-p
(function).
suite-globals-locals
(function).
target-get-bound-vars
(function).
try-except-ensure-valid-exception-class
(function).
unbound-variable-error
(function).
with-complete-python-semantics
(macro).
with-iterator
(macro).
with-iterator
(compiler macro).
with-last-raised-exception
(macro).
with-module-toplevel-context
(macro).
with-proper-compiler-settings
(macro).
with-py-errors
(macro).
with-stmt-decl
(macro).
without-inlining
(macro).
clpython/compiler/compiler/generator.lisp
compiler.lisp
(file).
compiler
(module).
%cps-convert
(macro).
%generator.close
(function).
%generator.send
(function).
%mark-generator-finished
(function).
%store-continuation
(function).
*cps-macro-functions*
(special variable).
assert-stmt/cps
(macro).
assign-stmt/cps
(macro).
attributeref-expr/cps
(macro).
augassign-stmt/cps
(macro).
backticks-expr/cps
(macro).
binary-expr/cps
(macro).
binary-lazy-expr/cps
(macro).
bracketed-expr/cps
(macro).
break-stmt/cps
(macro).
call-expr/cps
(macro).
classdef-stmt/cps
(macro).
comparison-expr/cps
(macro).
contains-break-stmt-p
(function).
contains-continue-stmt-p
(function).
continue-stmt/cps
(macro).
cps-comparison-expr-eval
(function).
def-cps-macro
(macro).
del-stmt/cps
(macro).
dict-expr/cps
(macro).
error-fall-through
(function).
exec-stmt/cps
(macro).
for-in-stmt/cps
(macro).
funcdef-stmt/cps
(macro).
generator-state.close
(function).
generator-state.function
(function).
generator-state.input-value
(function).
global-stmt/cps
(macro).
identifier-expr/cps
(macro).
if-expr/cps
(macro).
if-stmt/cps
(macro).
import-from-stmt/cps
(macro).
import-stmt/cps
(macro).
lambda-expr/cps
(macro).
list-expr/cps
(macro).
listcompr-expr/cps
(macro).
literal-expr/cps
(macro).
make-generator
(macro).
make-generator-state
(macro).
module-stmt/cps
(macro).
parse-generator-input
(function).
pass-stmt/cps
(macro).
print-stmt/cps
(macro).
raise-stmt/cps
(macro).
raise-stop-iteration
(function).
receive-yielded-value
(macro).
return-stmt/cps
(macro).
rewrite-generator-expr-ast
(function).
rewrite-generator-funcdef-suite
(function).
slice-expr/cps
(macro).
subscription-expr/cps
(macro).
suite-stmt/cps
(macro).
try-except-stmt/cps
(macro).
try-finally-stmt/cps
(macro).
tuple-expr/cps
(macro).
unary-expr/cps
(macro).
while-stmt/cps
(macro).
with-cps-conversion
(macro).
with-stmt/cps
(macro).
yield-expr/cps
(macro).
yield-stmt/cps
(macro).
yield-value
(macro).
clpython/compiler/compiler/optimize.lisp
generator.lisp
(file).
compiler
(module).
py-*
(compiler macro).
py-*
(method).
py-call
(compiler macro).
py-iterate->lisp-list
(method).
py-iterate->lisp-list
(method).
py-iterate->lisp-list
(method).
py-repr
(method).
py-repr
(method).
py-repr
(method).
py-repr
(method).
py-subs
(method).
py-subs
(method).
py-subs
(method).
py-subs
(method).
py-subs
(method).
py-subs
(method).
(setf py-subs)
(method).
(setf py-subs)
(method).
(setf py-subs)
(method).
+fixnum-is-a-class+
(constant).
+single-float-is-a-class+
(constant).
generate-cmp-cm
(macro).
get-py-iterate-fun
(method).
get-py-iterate-fun
(method).
get-py-iterate-fun
(method).
get-py-iterate-fun
(method).
get-py-iterate-fun
(method).
maybe-number-p
(function).
py-!=
(compiler macro).
py-!=
(method).
py-!=
(method).
py-%
(compiler macro).
py-%
(method).
py-%
(method).
py-%
(method).
py-&
(method).
py-**
(compiler macro).
py-**
(method).
py-**
(method).
py-*=
(method).
py-+
(compiler macro).
py-+
(method).
py-+
(method).
py-+=
(method).
py-+=
(method).
py--
(compiler macro).
py--
(method).
py--
(method).
py--=
(method).
py-/
(method).
py-/
(method).
py-//
(compiler macro).
py-//
(method).
py-//=
(method).
py-/=
(method).
py-<
(compiler macro).
py-<
(method).
py-<
(method).
py-<
(method).
py-<
(method).
py-<
(method).
py-<
(method).
py-<
(method).
py-<
(method).
py-<=
(compiler macro).
py-<=
(method).
py-<=
(method).
py-<=
(method).
py-<=
(method).
py-<=
(method).
py-<=
(method).
py-<=
(method).
py-<=
(method).
py-==
(compiler macro).
py-==
(method).
py-==
(method).
py-==
(method).
py-==
(method).
py->
(compiler macro).
py->
(method).
py->
(method).
py->
(method).
py->
(method).
py->
(method).
py->
(method).
py->
(method).
py->
(method).
py->=
(compiler macro).
py->=
(method).
py->=
(method).
py->=
(method).
py->=
(method).
py->=
(method).
py->=
(method).
py->=
(method).
py->=
(method).
py-^
(method).
py-hash
(method).
py-hash
(method).
py-in
(method).
py-in
(method).
py-in
(method).
py-in
(method).
py-len
(method).
py-len
(method).
py-len
(method).
py-not
(method).
py-not
(method).
py-not
(method).
py-not
(method).
py-str
(method).
py-str
(method).
py-str
(method).
py-str
(method).
py-unary--
(method).
py-val->lisp-bool
(compiler macro).
clpython/lib/lib/lsetup.lisp
lib
(module).
clpython.module.select
.
clpython.module.array
.
clpython.module.symbol
.
clpython.module._sha
.
clpython.module._csv
.
clpython.module.signal
.
clpython.module.binascii
.
clpython.module._functools
.
clpython.module.exceptions
.
clpython.module._bsddb
.
clpython.module.termios
.
clpython.module.time
.
clpython.module.gc
.
clpython.module.sys
.
clpython.module.errno
.
clpython.module.itertools
.
clpython.module._fileio
.
clpython.module._lsprof
.
clpython.module._collections
.
clpython.module._sha512
.
clpython.module.math
.
clpython.module.unicodedata
.
clpython.module._random
.
clpython.module.string
.
clpython.module.thread
.
clpython.module._symtable
.
clpython.module.fcntl
.
clpython.module._weakref
.
clpython.module._sre
.
clpython.module._struct
.
clpython.module.imp
.
clpython.module._codecs
.
clpython.module._socket
.
clpython.module._md5
.
clpython.module.posix
.
clpython.module._sha256
.
clpython.module._ast
.
clpython.module.zlib
.
clpython.module.cstringio
.
clpython.module.__builtin__
.
clpython.module.re
.
clpython.module.pwd
.
clpython.module.operator
.
clpython.module.datetime
.
clpython.module._ssl
.
clpython.module.marshal
.
clpython/lib/lib/builtins-file.lisp
lsetup.lisp
(file).
lib
(module).
py-file
(class).
py-file.close
(function).
py-file.read
(function).
+file-seek-absolute+
(constant).
+file-seek-relative-to-current+
(constant).
+file-seek-relative-to-end+
(constant).
ensure-open-file
(function).
py-file-binary-mode-p
(reader method).
(setf py-file-binary-mode-p)
(writer method).
py-file-closed-p
(reader method).
(setf py-file-closed-p)
(writer method).
py-file-mode
(reader method).
(setf py-file-mode)
(writer method).
py-file-stream
(reader method).
(setf py-file-stream)
(writer method).
py-file.__init__
(function).
py-file.__iter__
(function).
py-file.__new__
(function).
py-file.__repr__
(function).
py-file.closed
(function).
py-file.encoding
(function).
py-file.fileno
(function).
py-file.flush
(function).
py-file.isatty
(function).
py-file.mode
(function).
py-file.name
(function).
py-file.newlines
(function).
py-file.next
(function).
py-file.readline
(function).
py-file.readlines
(function).
py-file.seek
(function).
py-file.softspace
(function).
py-file.tell
(function).
py-file.truncate
(function).
py-file.write
(function).
py-file.writelines
(function).
py-file.xreadlines
(function).
clpython/lib/lib/builtins-set.lisp
lsetup.lisp
(file).
builtins-file.lisp
(file).
lib
(module).
frozenset
(class).
frozenset.__contains__
(function).
frozenset.__init__
(function).
frozenset.__iter__
(function).
py-set
(class).
py-set.__init__
(function).
py-set.__iter__
(function).
py-set.add
(function).
set-items
(reader method).
set-items
(reader method).
(setf set-items)
(writer method).
(setf set-items)
(writer method).
clpython/lib/lib/builtins-buffer.lisp
lsetup.lisp
(file).
builtins-set.lisp
(file).
lib
(module).
initialize-instance
(method).
buffer
(class).
clpython/lib/lib/builtins.lisp
builtins-file.lisp
(file).
builtins-set.lisp
(file).
builtins-buffer.lisp
(file).
lib
(module).
__import__
(function).
abs
(function).
all
(function).
any
(function).
apply
(function).
callable
(function).
chr
(function).
cmp
(function).
coerce
(function).
compile
(function).
delattr
(function).
dir
(function).
divmod
(function).
ellipsis
(special variable).
eval
(function).
execfile
(function).
false
(special variable).
filter
(function).
getattr
(function).
globals
(function).
hasattr
(function).
hash
(function).
hex
(function).
id
(function).
input
(function).
intern
(function).
isinstance
(function).
issubclass
(function).
iter
(function).
len
(function).
locals
(function).
map
(function).
max
(function).
min
(function).
none
(special variable).
notimplemented
(special variable).
oct
(function).
open
(function).
ord
(function).
pow
(function).
range
(function).
raw_input
(function).
reduce
(function).
reload
(function).
repr
(function).
round
(function).
setattr
(function).
sorted
(function).
sum
(function).
true
(special variable).
unichr
(function).
vars
(function).
zip
(function).
*intern-hashtable*
(special variable).
*intern-warned*
(special variable).
class-tuple-tester
(function).
def-builtin-types
(function).
error-indirect-special-call
(function).
maxmin
(function).
clpython/lib/lib/array.lisp
lsetup.lisp
(file).
builtins.lisp
(file).
lib
(module).
array
(class).
*py-array-types*
(special variable).
array.__getitem__
(function).
array.__len__
(function).
array.__new__
(function).
array.__repr__
(function).
array.__setitem__
(function).
array.extend
(function).
array.fromlist
(function).
array.fromstring
(function).
py-array-array
(reader method).
(setf py-array-array)
(writer method).
py-array-elmsize
(reader method).
(setf py-array-elmsize)
(writer method).
py-array-elmtype
(reader method).
(setf py-array-elmtype)
(writer method).
py-array-kind
(reader method).
(setf py-array-kind)
(writer method).
clpython/lib/lib/_ast.lisp
lsetup.lisp
(file).
array.lisp
(file).
lib
(module).
__version__
(special variable).
clpython/lib/lib/binascii.lisp
lsetup.lisp
(file).
_ast.lisp
(file).
lib
(module).
hexlify
(function).
clpython/lib/lib/_bsddb.lisp
lsetup.lisp
(file).
binascii.lisp
(file).
lib
(module).
__version__
(special variable).
dberror
(class).
clpython/lib/lib/_collections.lisp
lsetup.lisp
(file).
_bsddb.lisp
(file).
lib
(module).
defaultdict
(class).
deque
(function).
deque
(class).
deque.__nonzero__
(function).
deque.append
(function).
deque.appendleft
(function).
deque.clear
(function).
deque.count
(function).
deque.extend
(function).
deque.extendleft
(function).
deque.maxlen
(function).
deque.pop
(function).
deque.popleft
(function).
deque.remove
(function).
deque.reverse
(function).
deque.rotate
(function).
clpython/lib/lib/_codecs.lisp
lsetup.lisp
(file).
_collections.lisp
(file).
lib
(module).
lookup_error
(function).
register
(function).
*search-functions*
(special variable).
clpython/lib/lib/cStringIO.lisp
lsetup.lisp
(file).
_codecs.lisp
(file).
lib
(module).
clpython/lib/lib/datetime.lisp
lsetup.lisp
(file).
cstringio.lisp
(file).
lib
(module).
date
(class).
date-day
(reader method).
(setf date-day)
(writer method).
date-month
(reader method).
(setf date-month)
(writer method).
date-year
(reader method).
(setf date-year)
(writer method).
date.day
(function).
date.day-writer
(function).
date.month
(function).
date.month-writer
(function).
date.strftime
(function).
date.toordinal
(function).
date.year
(function).
date.year-writer
(function).
clpython/lib/lib/errno.lisp
lsetup.lisp
(file).
datetime.lisp
(file).
lib
(module).
clpython/lib/lib/exceptions.lisp
lsetup.lisp
(file).
errno.lisp
(file).
lib
(module).
clpython/lib/lib/_functools.lisp
lsetup.lisp
(file).
exceptions.lisp
(file).
lib
(module).
clpython/lib/lib/gc.lisp
lsetup.lisp
(file).
_functools.lisp
(file).
lib
(module).
disable
(function).
collect
(function).
clpython/lib/lib/imp.lisp
lsetup.lisp
(file).
gc.lisp
(file).
lib
(module).
find_module
(function).
get_magic
(function).
load_module
(function).
clpython/lib/lib/itertools.lisp
lsetup.lisp
(file).
imp.lisp
(file).
lib
(module).
clpython/lib/lib/marshal.lisp
lsetup.lisp
(file).
itertools.lisp
(file).
lib
(module).
clpython/lib/lib/math.lisp
lsetup.lisp
(file).
marshal.lisp
(file).
lib
(module).
acos
(function).
asin
(function).
atan
(function).
ceil
(function).
cos
(function).
cosh
(function).
e
(constant).
exp
(function).
fabs
(function).
fmod
(function).
hypot
(function).
ldexp
(function).
log
(function).
log10
(function).
modf
(function).
pi
(constant).
pow
(function).
sin
(function).
sinh
(function).
sqrt
(function).
tan
(function).
tanh
(function).
conv
(generic function).
def-unary-conv-func
(macro).
clpython/lib/lib/_md5.lisp
lsetup.lisp
(file).
math.lisp
(file).
lib
(module).
new
(function).
clpython/lib/lib/operator.lisp
lsetup.lisp
(file).
_md5.lisp
(file).
lib
(module).
attrgetter
(function).
countof
(function).
indexof
(function).
itemgetter
(function).
methodcaller
(function).
def-magic-twins
(macro).
magicify
(function).
sym->iop
(function).
sym->op
(function).
clpython/lib/lib/posix.lisp
lsetup.lisp
(file).
operator.lisp
(file).
lib
(module).
close
(function).
error
(constant).
o_append
(constant).
o_creat
(constant).
o_directory
(constant).
o_excl
(constant).
o_exlock
(constant).
o_ndelay
(constant).
o_noctty
(constant).
o_nofollow
(constant).
o_nonblock
(constant).
o_rdonly
(constant).
o_rdwr
(constant).
o_shlock
(constant).
o_sync
(constant).
o_trunc
(constant).
o_wronly
(constant).
open
(function).
read
(function).
remove
(function).
stat
(function).
unlink
(function).
sr-stat
(reader method).
(setf sr-stat)
(writer method).
stat-result
(class).
stat-result.st_atime
(function).
stat-result.st_ctime
(function).
stat-result.st_dev
(function).
stat-result.st_gid
(function).
stat-result.st_ino
(function).
stat-result.st_mode
(function).
stat-result.st_mtime
(function).
stat-result.st_nlink
(function).
stat-result.st_size
(function).
stat-result.st_uid
(function).
clpython/lib/lib/_random.lisp
lsetup.lisp
(file).
posix.lisp
(file).
lib
(module).
random
(class).
make-random-state-with-seed
(function).
random.getrandbits
(function).
random.jumpahead
(function).
random.random
(function).
random.seed
(function).
clpython/lib/lib/re.lisp
lsetup.lisp
(file).
_random.lisp
(file).
lib
(module).
reg-exp
(class).
reg-exp-match
(class).
reg-exp-match.end
(function).
reg-exp-match.endpos
(function).
reg-exp-match.expand
(function).
reg-exp-match.group
(function).
reg-exp-match.groupdict
(function).
reg-exp-match.groups
(function).
reg-exp-match.lastgroup
(function).
reg-exp-match.lastindex
(function).
reg-exp-match.pos
(function).
reg-exp-match.re
(function).
reg-exp-match.span
(function).
reg-exp-match.start
(function).
reg-exp-match.string
(function).
reg-exp.compile
(function).
reg-exp.findall
(function).
reg-exp.finditer
(function).
reg-exp.flags
(function).
reg-exp.groupindex
(function).
reg-exp.match
(function).
reg-exp.pattern
(function).
reg-exp.search
(function).
reg-exp.split
(function).
reg-exp.sub
(function).
reg-exp.subn
(function).
clpython/lib/lib/_sha.lisp
lsetup.lisp
(file).
re.lisp
(file).
lib
(module).
new
(function).
clpython/lib/lib/_sha256.lisp
lsetup.lisp
(file).
_sha.lisp
(file).
lib
(module).
clpython/lib/lib/_sha512.lisp
lsetup.lisp
(file).
_sha256.lisp
(file).
lib
(module).
clpython/lib/lib/_socket.lisp
lsetup.lisp
(file).
_sha512.lisp
(file).
lib
(module).
af_appletalk
(constant).
af_decnet
(constant).
af_inet
(constant).
af_inet6
(constant).
af_ipx
(constant).
af_route
(constant).
af_sna
(constant).
af_unix
(constant).
af_unspec
(constant).
ai_addrconfig
(constant).
ai_all
(constant).
ai_canonname
(constant).
ai_default
(constant).
ai_mask
(constant).
ai_numerichost
(constant).
ai_passive
(constant).
ai_v4mapped
(constant).
ai_v4mapped_cfg
(constant).
eai_addrfamily
(constant).
eai_again
(constant).
eai_badflags
(constant).
eai_badhints
(constant).
eai_fail
(constant).
eai_family
(constant).
eai_max
(constant).
eai_memory
(constant).
eai_nodata
(constant).
eai_noname
(constant).
eai_protocol
(constant).
eai_service
(constant).
eai_socktype
(constant).
eai_system
(constant).
error
(constant).
gethostbyaddr
(function).
gethostname
(function).
getnameinfo
(function).
inaddr_allhosts_group
(constant).
inaddr_any
(constant).
inaddr_broadcast
(constant).
inaddr_loopback
(constant).
inaddr_max_local_group
(constant).
inaddr_none
(constant).
ip_add_membership
(constant).
ip_default_multicast_loop
(constant).
ip_default_multicast_ttl
(constant).
ip_drop_membership
(constant).
ip_hdrincl
(constant).
ip_max_memberships
(constant).
ip_multicast_if
(constant).
ip_multicast_loop
(constant).
ip_multicast_ttl
(constant).
ip_options
(constant).
ip_recvdstaddr
(constant).
ip_recvopts
(constant).
ip_recvretopts
(constant).
ip_retopts
(constant).
ip_tos
(constant).
ip_ttl
(constant).
ipport_reserved
(constant).
ipport_userreserved
(constant).
ipproto_ah
(constant).
ipproto_dstopts
(constant).
ipproto_egp
(constant).
ipproto_eon
(constant).
ipproto_esp
(constant).
ipproto_fragment
(constant).
ipproto_ggp
(constant).
ipproto_gre
(constant).
ipproto_hello
(constant).
ipproto_hopopts
(constant).
ipproto_icmp
(constant).
ipproto_icmpv6
(constant).
ipproto_idp
(constant).
ipproto_igmp
(constant).
ipproto_ip
(constant).
ipproto_ipcomp
(constant).
ipproto_ipip
(constant).
ipproto_ipv4
(constant).
ipproto_ipv6
(constant).
ipproto_max
(constant).
ipproto_nd
(constant).
ipproto_none
(constant).
ipproto_pim
(constant).
ipproto_pup
(constant).
ipproto_raw
(constant).
ipproto_routing
(constant).
ipproto_rsvp
(constant).
ipproto_tcp
(constant).
ipproto_tp
(constant).
ipproto_udp
(constant).
ipproto_xtp
(constant).
ipv6_checksum
(constant).
ipv6_dstopts
(constant).
ipv6_hoplimit
(constant).
ipv6_hopopts
(constant).
ipv6_join_group
(constant).
ipv6_leave_group
(constant).
ipv6_multicast_hops
(constant).
ipv6_multicast_if
(constant).
ipv6_multicast_loop
(constant).
ipv6_nexthop
(constant).
ipv6_pktinfo
(constant).
ipv6_rthdr
(constant).
ipv6_rthdr_type_0
(constant).
ipv6_unicast_hops
(constant).
ipv6_v6only
(constant).
msg_ctrunc
(constant).
msg_dontroute
(constant).
msg_dontwait
(constant).
msg_eor
(constant).
msg_oob
(constant).
msg_peek
(constant).
msg_trunc
(constant).
msg_waitall
(constant).
ni_dgram
(constant).
ni_maxhost
(constant).
ni_maxserv
(constant).
ni_namereqd
(constant).
ni_nofqdn
(constant).
ni_numerichost
(constant).
ni_numericserv
(constant).
shut_rd
(constant).
shut_rdwr
(constant).
shut_wr
(constant).
so_acceptconn
(constant).
so_broadcast
(constant).
so_debug
(constant).
so_dontroute
(constant).
so_error
(constant).
so_keepalive
(constant).
so_linger
(constant).
so_oobinline
(constant).
so_rcvbuf
(constant).
so_rcvlowat
(constant).
so_rcvtimeo
(constant).
so_reuseaddr
(constant).
so_reuseport
(constant).
so_sndbuf
(constant).
so_sndlowat
(constant).
so_sndtimeo
(constant).
so_type
(constant).
so_useloopback
(constant).
sock_dgram
(constant).
sock_raw
(constant).
sock_rdm
(constant).
sock_seqpacket
(constant).
sock_stream
(constant).
socket
(class).
sol_ip
(constant).
sol_socket
(constant).
sol_tcp
(constant).
sol_udp
(constant).
tcp_maxseg
(constant).
tcp_nodelay
(constant).
*all-sockets*
(special variable).
inaddr_unspec_group
(constant).
socket.__doc__
(function).
socket.accept
(function).
socket.address
(reader method).
(setf socket.address)
(writer method).
socket.bind
(function).
socket.close
(function).
socket.connect
(function).
socket.connect_ex
(function).
socket.fileno
(function).
socket.getpeername
(function).
socket.getsockname
(function).
socket.getsockopt
(function).
socket.gettimeout
(function).
socket.listen
(function).
socket.makefile
(function).
socket.recv
(function).
socket.recv_into
(function).
socket.recvfrom
(function).
socket.recvfrom_into
(function).
socket.send
(function).
socket.sendall
(function).
socket.sendto
(function).
socket.setblocking
(function).
socket.setsockopt
(function).
socket.settimeout
(function).
socket.shutdown
(function).
socket.socket
(reader method).
(setf socket.socket)
(writer method).
socket.stream
(reader method).
(setf socket.stream)
(writer method).
clpython/lib/lib/_sre.lisp
lsetup.lisp
(file).
_socket.lisp
(file).
lib
(module).
clpython/lib/lib/_ssl.lisp
lsetup.lisp
(file).
_sre.lisp
(file).
lib
(module).
cert_none
(constant).
cert_optional
(constant).
cert_required
(constant).
protocol_sslv2
(constant).
protocol_sslv23
(constant).
protocol_sslv3
(constant).
protocol_tlsv1
(constant).
rand_add
(function).
rand_egd
(function).
rand_status
(function).
ssl_error_eof
(constant).
ssl_error_invalid_error_code
(constant).
ssl_error_ssl
(constant).
ssl_error_syscall
(constant).
ssl_error_want_connect
(constant).
ssl_error_want_read
(constant).
ssl_error_want_write
(constant).
ssl_error_want_x509_lookup
(constant).
ssl_error_zero_return
(constant).
clpython/lib/lib/_struct.lisp
lsetup.lisp
(file).
_ssl.lisp
(file).
lib
(module).
__doc__
(special variable).
_clearcache
(function).
calcsize
(function).
pack
(function).
pack_into
(function).
unpack
(function).
unpack_from
(function).
clpython/lib/lib/sys.lisp
lsetup.lisp
(file).
_struct.lisp
(file).
lib
(module).
__displayhook__
(special variable).
__excepthook__
(special variable).
__stderr__
(special variable).
__stdin__
(special variable).
__stdout__
(special variable).
_getframe
(function).
api_version
(special variable).
argv
(special variable).
builtin_module_names
(special variable).
byteorder
(special variable).
copyright
(special variable).
displayhook
(special variable).
exc_clear
(function).
exc_info
(function).
excepthook
(special variable).
exec_prefix
(special variable).
executable
(special variable).
exit
(function).
exitfunc
(special variable).
flags
(special variable).
getcheckinterval
(function).
getdefaultencoding
(function).
getfilesystemencoding
(function).
getrecursionlimit
(function).
hexversion
(special variable).
maxint
(special variable).
maxunicode
(special variable).
modules
(special variable).
path
(special variable).
platform
(special variable).
prefix
(special variable).
ps1
(special variable).
ps2
(special variable).
py3kwarning
(special variable).
setcheckinterval
(function).
setdefaultencoding
(function).
setrecursionlimit
(function).
stderr
(special variable).
stdin
(special variable).
stdout
(special variable).
version
(special variable).
version_info
(special variable).
warnoptions
(special variable).
*implementation*
(special variable).
def-habitat-attribute
(macro).
frame
(class).
frame.f_globals
(function).
frame.f_lineno
(function).
clpython/lib/lib/string.lisp
lsetup.lisp
(file).
sys.lisp
(file).
lib
(module).
ascii_letters
(constant).
ascii_lowercase
(constant).
ascii_uppercase
(constant).
digits
(constant).
hexdigits
(constant).
letters
(constant).
lowercase
(constant).
maketrans
(function).
octdigits
(constant).
printable
(constant).
punctuation
(constant).
replace
(function).
translate
(function).
uppercase
(constant).
whitespace
(constant).
char-range
(function).
chars-satisfying
(function).
clpython/lib/lib/symbol.lisp
lsetup.lisp
(file).
string.lisp
(file).
lib
(module).
clpython/lib/lib/thread.lisp
lsetup.lisp
(file).
symbol.lisp
(file).
lib
(module).
allocate_lock
(function).
error
(special variable).
get_ident
(function).
print-object
(method).
stack_size
(function).
start_new_thread
(function).
*lock-counter*
(special variable).
*next-thread-id*
(special variable).
*threads*
(special variable).
internal-thread
(reader method).
(setf internal-thread)
(writer method).
kill_new_threads
(function).
lock
(class).
lock-acquire
(generic function).
lock-id
(reader method).
(setf lock-id)
(writer method).
lock-release
(generic function).
lock-wait-msg
(reader method).
(setf lock-wait-msg)
(writer method).
lock.__enter__
(function).
lock.__exit__
(function).
lock.acquire
(function).
lock.locked
(function).
lock.release
(function).
thread
(class).
clpython/lib/lib/time.lisp
lsetup.lisp
(file).
thread.lisp
(file).
lib
(module).
clpython/lib/lib/_weakref.lisp
lsetup.lisp
(file).
time.lisp
(file).
lib
(module).
callableproxytype
(class).
getweakrefcount
(function).
getweakrefs
(function).
proxy
(function).
proxytype
(class).
ref
(class).
referenceerror
(special variable).
referencetype
(class).
clpython/contrib/contrib/repl.lisp
contrib
(module).
*repl-compile*
(special variable).
*repl-module-globals*
(special variable).
*repl-prof*
(special variable).
repl
(function).
*doc*
(special variable).
*ignore-copied-prompts*
(special variable).
*object-repr-char-limit*
(special variable).
*prompts*
(special variable).
*repl-mod*
(special variable).
*truncation-explain*
(special variable).
_
(special variable).
__
(special variable).
___
(special variable).
maybe-with-ldb-backend
(macro).
print-string-truncated
(function).
profile
(function).
remove-interpreter-prompts
(function).
repl-1
(function).
try-invoke-restart
(function).
with-repl-toplevel-aliases
(macro).
clpython/contrib/contrib/lispy.lisp
contrib
(module).
enter-mixed-lisp-python-syntax
(macro).
exit-mixed-lisp-python-syntax
(macro).
print-object
(method).
print-object
(method).
with-mixed-lisp-python-syntax
(macro).
%p.end-ix
(reader method).
%p.form
(reader method).
%p.language
(reader method).
%p.new-language
(reader method).
%p.reason
(reader method).
%p.reason
(reader method).
%p.start-ix
(reader method).
%p.start-ix
(reader method).
%p.start-ix
(reader method).
%parse.base
(condition).
%parse.collect-form
(condition).
%parse.finished
(condition).
%parse.switch-language
(condition).
%parse.unexpected-eof
(condition).
*debug-recursion-count*
(special variable).
*eval-inside-mixed-mode*
(special variable).
*languages*
(special variable).
*lisp-readtable*
(special variable).
*lisp-standard-readtable*
(special variable).
*lispy-debug*
(special variable).
*lispy-habitat*
(special variable).
*lispy-namespace*
(special variable).
*lispy-package*
(special variable).
*mixed-readtable*
(special variable).
create-lisp-readtable
(function).
create-mixed-readtable
(function).
do-exit-mixed-mode
(function).
emm.new-readtable
(reader method).
emm.reason
(reader method).
enter-mixed-lisp-python-syntax-1
(function).
eval-language-form
(generic function).
exit-mixed-lisp-python-syntax-1
(function).
exit-mixed-mode
(condition).
mixed-readtable-reader
(function).
python-ast-ambiguous-p
(function).
read-language-forms
(generic function).
read-mixed-source-string
(function).
read-one-python-subform
(function).
read-toplevel-forms
(generic function).
setup-python-subform-readmacro
(function).
clpython/contrib/contrib/executable.lisp
contrib
(module).
build-executable
(function).
command-line-args
(function).
py-function._exe
(function).
Packages are listed by definition order.
clpython.ast
clpython.module.select
clpython.module
clpython.module.array
clpython.util
clpython.module.symbol
clpython.module._sha
clpython.module._csv
clpython.module.signal
clpython.module.binascii
clpython.module._functools
clpython.module.exceptions
clpython.module._bsddb
clpython.parser
clpython.ast.token
clpython.user.builtin.function
clpython.module.termios
clpython.module.time
clpython
clpython.module.gc
clpython.app.repl
clpython.module.sys
clpython.user.builtin.type.exception
clpython.module.errno
clpython.user.builtin.type
clpython.ast.operator
clpython.module.itertools
clpython.module._fileio
clpython.module._lsprof
clpython.module._collections
clpython.module._sha512
clpython.module.math
clpython.module.unicodedata
clpython.ast.punctuation
clpython.module._random
clpython.module.string
clpython.user.builtin
clpython.module.thread
clpython.module._symtable
clpython.module.fcntl
clpython.lispy.stuff
clpython.module._weakref
clpython.module._sre
clpython.user.builtin.value
clpython.ast.node
clpython.module._struct
clpython.module.imp
clpython.module._codecs
clpython.module._socket
clpython.module._md5
clpython.module.posix
clpython.module._sha256
clpython.module._ast
clpython.module.zlib
clpython.module.cstringio
clpython.ast.node-p
clpython.user
clpython.module.__builtin__
clpython.ast.reserved
clpython.module.re
clpython.module.pwd
clpython.module.operator
clpython.module.datetime
clpython.module._ssl
clpython.module.marshal
clpython.module
Aggregation package for Python modules; subpackages are defined in lib/lsetup.lisp
clpython.module.array
clpython
.
common-lisp
.
array
(class).
*py-array-types*
(special variable).
array.__getitem__
(function).
array.__len__
(function).
array.__new__
(function).
array.__repr__
(function).
array.__setitem__
(function).
array.extend
(function).
array.fromlist
(function).
array.fromstring
(function).
py-array-array
(generic reader).
(setf py-array-array)
(generic writer).
py-array-elmsize
(generic reader).
(setf py-array-elmsize)
(generic writer).
py-array-elmtype
(generic reader).
(setf py-array-elmtype)
(generic writer).
py-array-kind
(generic reader).
(setf py-array-kind)
(generic writer).
clpython.util
Package, readtables, ast/user symbol pretty printer
common-lisp
.
+dict-alist-to-hashtable-threshold+
(constant).
+max-char-code+
(constant).
abbreviate-string
(function).
abbreviate-to-one-line
(function).
alist-remove-prop
(function).
careful-probe-file
(function).
char-code-type
(type).
checking-reader-conditionals
(macro).
defconstant-once
(macro).
define-macro-state-declaration
(macro).
derive-pathname
(function).
ensure-path-is-directory
(function).
in-syntax
(macro).
interactive-stream-p-recursive
(function).
ltv-find-class
(macro).
make-weak-key-hash-table
(function).
match-p
(function).
named-function
(macro).
quit
(function).
read-package-symbol-func
(function).
register-feature
(function).
sans
(function).
schedule-finalization
(function).
setup-omnivore-readmacro
(function).
slurp-file
(generic function).
unschedule-finalization
(function).
whereas
(macro).
with-auto-mode-recompile
(macro).
with-gensyms
(macro).
with-line-prefixed-output
(macro).
with-matching
(macro).
with-perhaps-matching
(macro).
with-sane-debugging
(macro).
with-stack-list
(macro).
without-redefinition-warnings
(macro).
*omnivore-debug*
(special variable).
*reader-error-has-format*
(special variable).
*use-environment-acccessors*
(special variable).
all-use-environment-accessor-values
(function).
call-with-sane-debugging
(function).
class-initargs-p
(function).
concatenated-stream-active-stream
(function).
fast
(macro).
get-decl-state
(function).
template-wildcards
(function).
wildcard-sym-p
(function).
with-custom-decl
(macro).
clpython.module.binascii
clpython.module._bsddb
clpython
.
common-lisp
.
__version__
(special variable).
dberror
(class).
clpython.parser
Parser and lexer for Python code
clpython.util
.
common-lisp
.
*enormous-float-representation-type*
(special variable).
*extra-identifier-char2-p*
(special variable).
*normal-float-representation-type*
(special variable).
*py-pprint-dispatch*
(special variable).
*python-form->source-location*
(special variable).
*tab-width-spaces*
(special variable).
+augassign-target+
(constant).
+augassign-value+
(constant).
+delete-target+
(constant).
+no-target+
(constant).
+no-value+
(constant).
+normal-target+
(constant).
+normal-value+
(constant).
ast-complete-p
(function).
ast-p
(function).
enter-mixed-lisp-python-syntax
(macro).
exit-mixed-lisp-python-syntax
(macro).
parse
(generic function).
parse-with-replacements
(function).
py-pprint
(function).
string-literal-p
(function).
walk-py-ast
(function).
with-mixed-lisp-python-syntax
(macro).
with-py-ast
(macro).
with-source-locations
(macro).
%lex-curr-line-no%
(symbol macro).
%lex-last-read-char-ix%
(symbol macro).
%lex-last-returned-value%
(symbol macro).
%lex-next-unread-char-ix%
(symbol macro).
%lex-string%
(symbol macro).
%lex-tab-width%
(symbol macro).
%p.end-ix
(generic reader).
%p.form
(generic reader).
%p.language
(generic reader).
%p.new-language
(generic reader).
%p.reason
(generic reader).
%p.start-ix
(generic reader).
%parse.base
(condition).
%parse.collect-form
(condition).
%parse.finished
(condition).
%parse.switch-language
(condition).
%parse.unexpected-eof
(condition).
*allowed-node-tg/val*
(special variable).
*ast-node-walk-structs*
(special variable).
*binary-op-precedence*
(special variable).
*catch-yacc-conditions*
(special variable).
*cl-yacc-python-parser*
(special variable).
*debug-recursion-count*
(special variable).
*default-yacc-version*
(special variable).
*eval-inside-mixed-mode*
(special variable).
*expr-stmt-nodes*
(special variable).
*in-bracketed-expr*
(special variable).
*in-comparison-expr*
(special variable).
*languages*
(special variable).
*lex-debug*
(special variable).
*lex-fake-eof-after-toplevel-form*
(special variable).
*lex-state*
(special variable).
*lex-warn-indent*
(special variable).
*lisp-readtable*
(special variable).
*lisp-standard-readtable*
(special variable).
*lispy-debug*
(special variable).
*lispy-habitat*
(special variable).
*lispy-namespace*
(special variable).
*lispy-package*
(special variable).
*mixed-readtable*
(special variable).
*multi-line-statements*
(special variable).
*one-item-tuple-gets-comma*
(special variable).
*operators-with-precedence-between-binary-and-unary-plusmin*
(special variable).
*precedence-and-associativity*
(special variable).
*precedence-level*
(special variable).
*python-prods*
(special variable).
*signal-toplevel-form-finished-conditions*
(special variable).
*suite-no-newline*
(special variable).
*terminals*
(special variable).
*tuple-must-have-brackets*
(special variable).
*unary-op-precedence*
(special variable).
*use-ast-return-stmt-heuristic*
(special variable).
*walk-build-result*
(special variable).
*walk-debug*
(special variable).
*walk-into-nested-namespaces*
(special variable).
*walk-warn-unknown-form*
(special variable).
+all-values-names+
(constant).
+global-decl-target+
(constant).
+unicode-capable-string-type+
(constant).
+whitespace+
(constant).
abbreviated-python-code
(function).
add-rule
(function).
ast-recurse-fun
(function).
ast-recurse-fun-with-structs
(function).
ast-walker-node
(structure).
ast-walker-node-arg
(structure).
ast-walker-node-arg-p
(function).
ast-walker-node-p
(function).
awn-arg-structs
(reader).
(setf awn-arg-structs)
(writer).
awn-subtargetable
(reader).
(setf awn-subtargetable)
(writer).
awn-targetable
(reader).
(setf awn-targetable)
(writer).
awna-ix
(reader).
(setf awna-ix)
(writer).
awna-key
(reader).
(setf awna-key)
(writer).
awna-optional-p
(reader).
(setf awna-optional-p)
(writer).
awna-prio
(reader).
(setf awna-prio)
(writer).
awna-rest-p
(reader).
(setf awna-rest-p)
(writer).
awna-tg/val
(reader).
(setf awna-tg/val)
(writer).
awna-var
(reader).
(setf awna-var)
(writer).
awna-walk
(reader).
(setf awna-walk)
(writer).
call-lexer
(generic function).
careful-code-char
(function).
char-member
(compiler macro).
char-member
(function).
clean-source-locations
(function).
contour-source-location
(function).
copy-ast-walker-node
(function).
copy-ast-walker-node-arg
(function).
create-lisp-readtable
(function).
create-mixed-readtable
(function).
debug-print-locs
(function).
def-ast-node
(macro).
do-exit-mixed-mode
(function).
dotted-name-to-attribute-ref
(function).
emm.new-readtable
(generic reader).
emm.reason
(generic reader).
enter-mixed-lisp-python-syntax-1
(function).
eval-language-form
(generic function).
exit-mixed-lisp-python-syntax-1
(function).
exit-mixed-mode
(condition).
expr-node-p
(function).
finish-ast
(function).
float-suffix
(function).
get-precedence-and-associativity
(function).
gp
(macro).
handle-arglist
(function).
handle-parser-condition
(generic function).
identifier-char1-p
(function).
identifier-char2-p
(function).
instrument-outcome
(function).
lex-looking-at-token
(function).
lex-read-char
(function).
lex-substring
(function).
lex-unread-char
(function).
lexer
(class).
lexer-eof-token
(generic function).
lisp-char-by-python-name
(function).
lookup-external-symbol
(function).
ls-bracket-level
(generic reader).
(setf ls-bracket-level)
(generic writer).
ls-curr-line-no
(generic reader).
(setf ls-curr-line-no)
(generic writer).
ls-indent-stack
(generic reader).
(setf ls-indent-stack)
(generic writer).
ls-last-newline-in-source
(generic reader).
ls-last-read-char-ix
(generic reader).
(setf ls-last-read-char-ix)
(generic writer).
ls-last-returned-value
(generic reader).
(setf ls-last-returned-value)
(generic writer).
ls-string
(generic reader).
(setf ls-string)
(generic writer).
ls-tab-width
(generic reader).
(setf ls-tab-width)
(generic writer).
ls-tokens-todo
(generic reader).
(setf ls-tokens-todo)
(generic writer).
ls-yacc-version
(generic reader).
(setf ls-yacc-version)
(generic writer).
make-ast-walker-node
(function).
make-ast-walker-node-arg
(function).
make-lexer
(generic function).
make-lexer-1
(function).
make-lexer-2
(function).
make-lexer-3
(function).
make-number-token
(function).
maybe-fix-unary-expr
(function).
maybe-unwrap-literal-value
(function).
mixed-readtable-reader
(function).
next-eof-fake-after-toplevel-form
(condition).
next-eof-real
(condition).
number-range
(function).
p
(macro).
parse-and-print
(function).
parse-form-with-yacc
(generic function).
parse-module-with-yacc
(function).
parse-trailers
(function).
print-arg-list
(function).
print-float-like-python
(function).
punct-char-not-punct-char1-p
(function).
punct-char1-p
(function).
punct-char2-p
(function).
punct-char3-p
(function).
py-pprint-1
(generic function).
py-pprint-literal
(generic function).
python-ast-ambiguous-p
(function).
raise-unexpected-eof
(function).
read-kind
(generic function).
read-language-forms
(generic function).
read-mixed-source-string
(function).
read-one-python-subform
(function).
read-toplevel-forms
(generic function).
record-source-location
(function).
setup-python-subform-readmacro
(function).
stmt-node-p
(function).
stmt-or-expr-node-p
(function).
symbol-ends-with-p
(function).
toplevel-form-finished-condition
(condition).
toplevel-form-finished-condition.char-ix
(generic reader).
(setf toplevel-form-finished-condition.char-ix)
(generic writer).
walk-print
(generic function).
with-parser-conditions-handled
(macro).
with-parser-eof-detection
(macro).
with-python-pprinter
(macro).
clpython.user.builtin.function
__import__
(function).
abs
(function).
all
(function).
any
(function).
apply
(function).
callable
(function).
chr
(function).
cmp
(function).
coerce
(function).
compile
(function).
delattr
(function).
dir
(function).
divmod
(function).
eval
(function).
execfile
(function).
filter
(function).
getattr
(function).
globals
(function).
hasattr
(function).
hash
(function).
hex
(function).
id
(function).
input
(function).
intern
(function).
isinstance
(function).
issubclass
(function).
iter
(function).
len
(function).
locals
(function).
map
(function).
max
(function).
min
(function).
oct
(function).
open
(function).
ord
(function).
pow
(function).
range
(function).
raw_input
(function).
reduce
(function).
reload
(function).
repr
(function).
round
(function).
setattr
(function).
sorted
(function).
sum
(function).
unichr
(function).
vars
(function).
zip
(function).
clpython
CLPython: An implementation of Python in Common Lisp.
clpython.parser
.
clpython.util
.
common-lisp
.
clpython.app.repl
.
clpython.module.__builtin__
.
clpython.module._ast
.
clpython.module._bsddb
.
clpython.module._codecs
.
clpython.module._collections
.
clpython.module._csv
.
clpython.module._fileio
.
clpython.module._functools
.
clpython.module._lsprof
.
clpython.module._md5
.
clpython.module._random
.
clpython.module._sha
.
clpython.module._sha256
.
clpython.module._sha512
.
clpython.module._socket
.
clpython.module._sre
.
clpython.module._ssl
.
clpython.module._struct
.
clpython.module._symtable
.
clpython.module._weakref
.
clpython.module.array
.
clpython.module.binascii
.
clpython.module.datetime
.
clpython.module.fcntl
.
clpython.module.gc
.
clpython.module.imp
.
clpython.module.itertools
.
clpython.module.marshal
.
clpython.module.math
.
clpython.module.operator
.
clpython.module.posix
.
clpython.module.pwd
.
clpython.module.re
.
clpython.module.select
.
clpython.module.signal
.
clpython.module.string
.
clpython.module.symbol
.
clpython.module.sys
.
clpython.module.termios
.
clpython.module.thread
.
clpython.module.time
.
clpython.module.unicodedata
.
clpython.module.zlib
.
*ast-readtable*
(special variable).
*ast-user-readtable*
(special variable).
*compile-python-ast-before-running*
(special variable).
*exceptions-are-python-objects*
(special variable).
*exceptions-loaded*
(special variable).
*habitat*
(special variable).
*raise-syntax-error-hook*
(special variable).
*the-ellipsis*
(special variable).
*the-empty-tuple*
(special variable).
*the-none*
(special variable).
*the-notimplemented*
(special variable).
*user-readtable*
(special variable).
+standard-module-globals+
(constant).
+the-false+
(constant).
+the-true+
(constant).
bind-val
(function).
def-py-method
(macro).
define-exception-subclass
(function).
dict.items
(function).
exception-args
(generic reader).
(setf exception-args)
(generic writer).
generator.next
(function).
generator.send
(function).
habitat-cmd-line-args
(generic function).
(setf habitat-cmd-line-args)
(generic function).
habitat-search-paths
(generic reader).
(setf habitat-search-paths)
(generic writer).
habitat-stderr
(generic function).
(setf habitat-stderr)
(generic function).
habitat-stdin
(generic function).
(setf habitat-stdin)
(generic function).
habitat-stdout
(generic function).
(setf habitat-stdout)
(generic function).
impl-status
(function).
make-habitat
(function).
make-py-hash-table
(function).
make-py-list-from-list
(function).
make-slice
(function).
make-tuple-from-list
(function).
none-p
(compiler macro).
none-p
(function).
object
(class).
py-*
(compiler macro).
py-*
(generic function).
py-==->lisp-val
(function).
py-bool
(compiler macro).
py-bool
(function).
py-bool
(class).
py-call
(compiler macro).
py-call
(generic function).
py-class-of
(generic function).
(setf py-class-of)
(function).
py-file
(class).
py-file.close
(function).
py-file.read
(function).
py-float
(generic function).
py-float
(class).
py-iterate->lisp-list
(generic function).
py-none
(class).
py-raise
(function).
py-repr
(generic function).
py-repr-string
(function).
py-str-string
(function).
py-string.strip
(function).
py-subs
(generic function).
(setf py-subs)
(generic function).
py-type
(class).
py-val->number
(function).
py-val->string
(function).
raise-syntax-error
(function).
run
(generic function).
run-python-ast
(function).
set-impl-status
(function).
with-ast-user-pprinter
(macro).
with-ast-user-readtable
(macro).
%compile-py-file
(function).
%compile-time-module%
(special variable).
%cps-convert
(macro).
%generator.close
(function).
%generator.send
(function).
%get-py-file-name
(function).
%habitat-cmd-line-args
(generic reader).
(setf %habitat-cmd-line-args)
(generic writer).
%habitat-stderr
(generic reader).
(setf %habitat-stderr)
(generic writer).
%habitat-stdin
(generic reader).
(setf %habitat-stdin)
(generic writer).
%habitat-stdout
(generic reader).
(setf %habitat-stdout)
(generic writer).
%mark-generator-finished
(function).
%reset-import-state
(function).
%store-continuation
(function).
*__debug__*
(special variable).
*__main__-module-name*
(special variable).
*all-modules*
(special variable).
*allow-indirect-special-call*
(special variable).
*ast-user-pprint-dispatch*
(special variable).
*ast-user-print-delims*
(special variable).
*binary-comparison-funcs-ht*
(special variable).
*binary-iop->op-ht*
(special variable).
*binary-iop-funcs-ht*
(special variable).
*binary-op-funcs-ht*
(special variable).
*binary-test-funcs-ht*
(special variable).
*ca-cache*
(special variable).
*cached-stopiteration*
(special variable).
*circle-detection-mechanism*
(special variable).
*circle-level*
(special variable).
*circle-print-abbrev*
(special variable).
*circle-print-ht*
(special variable).
*circle-print-max-num-objects*
(special variable).
*circle-print-max-occur*
(special variable).
*class-display-without-py-prefix*
(special variable).
*clpython-compiler-version-id*
(special variable).
*compile-for-import*
(special variable).
*compile-time-module-name*
(special variable).
*cps-macro-functions*
(special variable).
*create-simple-lambdas-for-python-functions*
(special variable).
*current-module-name*
(special variable).
*debug-assume-variables-bound*
(special variable).
*debug-dummy-outer-namespace*
(special variable).
*debug-no-locals-dict*
(special variable).
*debug-with-py-errors-enabled*
(special variable).
*dummy-nonconstant-form*
(special variable).
*exception-classes*
(special variable).
*exception-tree*
(special variable).
*exec-early-parse-constant-string*
(special variable).
*exec-stmt-compile-before-run*
(special variable).
*hash-table-iterator-indefinite-extent*
(special variable).
*ht->symbol-hash-table*
(special variable).
*import-force-recompile*
(special variable).
*import-force-reload*
(special variable).
*import-probe-file-cache*
(special variable).
*import-recompiled-files*
(special variable).
*inline-builtin-methods*
(special variable).
*inline-getattr-call*
(special variable).
*inline-number-arithmetic*
(special variable).
*inline-print*
(special variable).
*inlineable-methods*
(special variable).
*inside-import-from-stmt*
(special variable).
*intern-hashtable*
(special variable).
*intern-warned*
(special variable).
*last-raised-exception*
(special variable).
*load-file->module*
(special variable).
*mangle-private-variables-in-class*
(special variable).
*max-py-error-level*
(special variable).
*module-function-hook*
(special variable).
*module-namespace*
(special variable).
*module-preload-hook*
(special variable).
*module-source-hook*
(special variable).
*most-positive-slice-index*
(special variable).
*mro-filter-implementation-classes*
(special variable).
*muffle-sbcl-compiler-notes*
(special variable).
*optimize-function-arg-checking*
(special variable).
*optimize-namespaces*
(special variable).
*package-indicator-filename*
(special variable).
*parsed-format-strings*
(special variable).
*print-object-does-repr*
(special variable).
*print-object-with-repr-error-level*
(special variable).
*print-object-with-repr-show-errors*
(special variable).
*proxy-classes*
(special variable).
*py-char-strings*
(special variable).
*py-compiled-file-type*
(special variable).
*py-print-safe*
(special variable).
*py-source-file-types*
(special variable).
*pydecl-declared-keys*
(special variable).
*pydecl-keys*
(special variable).
*run-module-globals*
(special variable).
*signal-unbound-variable-errors*
(special variable).
*simple-function-data*
(special variable).
*source-level-debugging*
(special variable).
*special-calls*
(special variable).
*stream-softspaces*
(special variable).
*temp-file-map*
(special variable).
*unary-op-funcs-ht*
(special variable).
*use-asdf-fasl-locations*
(special variable).
*want-del-setf-expansion*
(special variable).
*with-py-error-level*
(special variable).
*writable-attribute-methods*
(special variable).
+clpython-namespaces-are-classes+
(constant).
+dicted-object-dict-index+
(constant).
+file-seek-absolute+
(constant).
+file-seek-relative-to-current+
(constant).
+file-seek-relative-to-end+
(constant).
+fixnum-is-a-class+
(constant).
+impl-status-comment-prop+
(constant).
+impl-status-prop+
(constant).
+impl-statuses+
(constant).
+impl-warned-prop+
(constant).
+max-circle-level+
(constant).
+optimize-debug+
(constant).
+optimize-fast+
(constant).
+optimize-fastest+
(constant).
+optimize-std+
(constant).
+py-class-classname-slot-index+
(constant).
+py-class-classname-slot-name+
(constant).
+py-class-dict-slot-index+
(constant).
+single-float-is-a-class+
(constant).
+standard-instance-access-func+
(constant).
+use-standard-instance-access+
(constant).
+use-standard-instance-access-setf+
(constant).
add-loaded-module
(function).
apply-comparison-brackets
(function).
apply-fmt-ops
(function).
apply-namespace-to-cls
(function).
args
(slot).
assert-stmt-1
(function).
assert-stmt/cps
(macro).
assign-stmt-get-bound-vars
(function).
assign-stmt-list-vals
(function).
assign-stmt/cps
(macro).
ast-contains-stmt-p
(function).
ast-deleted-variables
(function).
ast-user-print-symbol
(function).
attr
(function).
(setf attr)
(function).
attr-hook
(generic function).
attribute-writer
(generic reader).
(setf attribute-writer)
(generic writer).
attributeref-expr/cps
(macro).
augassign-stmt/cps
(macro).
backticks-expr/cps
(macro).
binary-expr/cps
(macro).
binary-lazy-expr/cps
(macro).
bind-in-some-way
(function).
bound-in-some-way
(function).
bracketed-expr/cps
(macro).
break-stmt/cps
(macro).
buffer
(class).
build-executable
(function).
builtin-module-attribute
(function).
builtin-name-p
(function).
builtin-value
(function).
builtins-ns
(class).
ca.class-val-class
(reader).
(setf ca.class-val-class)
(writer).
ca.class-val-dd
(reader).
(setf ca.class-val-dd)
(writer).
ca.class-val-non-dd
(reader).
(setf ca.class-val-non-dd)
(writer).
ca.debug
(reader).
(setf ca.debug)
(writer).
ca.getattr
(reader).
(setf ca.getattr)
(writer).
ca.getattribute
(reader).
(setf ca.getattribute)
(writer).
ca.is-metaclass
(reader).
(setf ca.is-metaclass)
(writer).
cached-probe-file
(function).
calc-import-search-paths
(function).
calculate-ca
(function).
call-expr-*
(function).
call-expr-1
(macro).
call-expr-eval
(function).
call-expr-globals
(function).
call-expr-locals
(function).
call-expr-pos+*
(function).
call-expr-pos+*+kw+**
(function).
call-expr/cps
(macro).
call-with-circle-detection
(function).
call-with-proper-compiler-settings
(function).
call-with-py-errors
(function).
call-with-python-code-reader
(function).
careful-derive-pathname
(function).
careful-floor-1ret
(function).
check-max-with-py-error-level
(function).
check-pydecl-keys
(function).
check-valid-assignment-targets
(function).
class-attr
(structure).
class-attr-p
(function).
class-direct-subclasses
(function).
class-direct-superclasses
(function).
class-finalizer-p
(function).
class-slot-ix
(function).
class-tuple-tester
(function).
class.attr-no-magic
(compiler macro).
class.attr-no-magic
(function).
class.raw-attr-del
(function).
class.raw-attr-get
(function).
class.raw-attr-map
(function).
class.raw-attr-set
(function).
class.raw-classname
(compiler macro).
class.raw-classname
(function).
class.raw-dict
(compiler macro).
class.raw-dict
(function).
(setf class.raw-dict)
(function).
classdef-stmt-1
(macro).
classdef-stmt/cps
(macro).
classp
(function).
clear-ca-cache
(function).
command-line-args
(function).
comparison-expr/cps
(macro).
compile-py-source-file
(function).
compile-py-source-file-to-lisp-source
(function).
compiled-file-name
(generic function).
compiler-detect-syntax-error
(function).
contains-break-stmt-p
(function).
contains-continue-stmt-p
(function).
continue-stmt/cps
(macro).
copy-class-attr
(function).
copy-format-string
(function).
copy-func-args
(function).
copy-module-contents
(function).
copy-simple-function-data
(function).
cps-comparison-expr-eval
(function).
data-descriptor-p
(function).
def-builtin-types
(function).
def-comparison
(macro).
def-cps-macro
(macro).
def-math-func
(macro).
def-proxy-class
(macro).
def-py-shortcut-func
(macro).
def-python-exceptions
(function).
def-python-exceptions-1
(function).
def-unary-op-func
(macro).
define-pydecl-keys
(macro).
del-stmt/cps
(macro).
delete-probe-file-entry
(function).
deproxy
(function).
describe-py-fasl
(function).
descriptor-p
(function).
dict
(generic function).
(setf dict)
(generic writer).
dict
(class).
dict-expr/cps
(macro).
dict-mixin
(class).
dict.__cmp__
(function).
dict.__delitem__
(function).
dict.__eq__
(function).
dict.__getitem__
(function).
dict.__init__
(function).
dict.__iter__
(function).
dict.__len__
(function).
dict.__new__
(function).
dict.__nonzero__
(function).
dict.__repr__
(function).
dict.__setitem__
(function).
dict.clear
(function).
dict.copy
(function).
dict.fromkeys
(function).
dict.get
(function).
dict.has_key
(function).
dict.iteritems
(function).
dict.iterkeys
(function).
dict.itervalues
(function).
dict.keys
(function).
dict.pop
(function).
dict.popitem
(function).
dict.setdefault
(function).
dict.update
(function).
dict.values
(function).
dicted-object
(class).
dir-items
(generic function).
do-cpl
(macro).
ensure-ca
(function).
ensure-class
(function).
ensure-class-using-class
(function).
ensure-module
(function).
ensure-open-file
(function).
ensure-parsed-format-string
(function).
ensure-pkg-symbol
(function).
ensure-user-symbol
(function).
eq-hash-table
(type).
eq-hash-table-p
(function).
error-fall-through
(function).
error-indirect-special-call
(function).
excl-ns
(class).
exec-stmt-ast
(function).
exec-stmt-check-ast
(function).
exec-stmt-check-namespaces
(function).
exec-stmt-string
(compiler macro).
exec-stmt-string
(function).
exec-stmt/cps
(macro).
fa-**-arg
(function).
fa-*-arg
(function).
fa-arg-kwname-vec
(function).
fa-func-name
(function).
fa-key-arg-default-vals
(function).
(setf fa-key-arg-default-vals)
(function).
fa-num-key-args
(function).
fa-num-pos-args
(function).
fa-num-pos-key-args
(function).
fa-pos-key-arg-names
(function).
fasl-matches-compiler-p
(function).
fasl-mismatch-cerror
(function).
fastest
(macro).
fdw-getter
(generic reader).
(setf fdw-getter)
(generic writer).
fdw-setter
(generic reader).
(setf fdw-setter)
(generic writer).
file-writable-p
(function).
finalize-inheritance
(function).
find-module
(function).
find-module-fuzzy
(function).
find-py-file
(function).
find-symbol-value
(function).
fixnump
(macro).
fixnump
(compiler macro).
for-in-stmt/cps
(macro).
format-object
(function).
format-string
(structure).
format-string-p
(function).
frozenset
(class).
frozenset.__contains__
(function).
frozenset.__init__
(function).
frozenset.__iter__
(function).
fs-extend-vec
(function).
fs-list-num-args
(reader).
(setf fs-list-num-args)
(writer).
fs-recipes
(reader).
(setf fs-recipes)
(writer).
fs-string
(reader).
(setf fs-string)
(writer).
fs-type-of-arg
(reader).
func-code
(class).
func-code.arg-count
(generic reader).
func-code.cellvars
(generic reader).
func-code.co_argcount
(function).
func-code.co_cellvars
(function).
func-code.co_code
(function).
func-code.co_consts
(function).
func-code.co_filename
(function).
func-code.co_flags
(function).
func-code.co_freevars
(function).
func-code.co_lnotab
(function).
func-code.co_name
(function).
func-code.co_names
(function).
func-code.co_nlocals
(function).
func-code.co_stacksize
(function).
func-code.co_varnames
(function).
func-code.code
(generic reader).
func-code.consts
(generic reader).
func-code.filename
(generic reader).
func-code.flags
(generic reader).
func-code.freevars
(generic reader).
func-code.lnotab
(generic reader).
func-code.name
(generic reader).
func-code.names
(generic reader).
func-code.nlocals
(generic reader).
func-code.stacksize
(generic reader).
func-code.varnames
(generic reader).
funcallable-python-class
(class).
funcdef-should-save-locals-p
(function).
funcdef-stmt-1
(macro).
funcdef-stmt/cps
(macro).
function-arglist
(function).
function-name
(generic function).
funky-dict-del
(function).
funky-dict-get
(function).
funky-dict-map
(function).
funky-dict-set
(function).
funky-dict-wrapper
(class).
funky-dict-wrapper.__repr__
(function).
funky-dict-wrapper.__setitem__
(function).
funky-dict-wrapper.alist
(function).
funky-dict-wrapper.keys
(function).
generate-cmp-cm
(macro).
generator
(class).
generator-ast-p
(function).
generator-state
(generic reader).
(setf generator-state)
(generic writer).
generator-state.close
(function).
generator-state.function
(function).
generator-state.input-value
(function).
generator.__iter__
(function).
generator.close
(function).
generator.throw
(function).
generic-binary-iop
(function).
generic-binary-op
(function).
generic-finalizer
(function).
get-binary-comparison-func-name
(function).
get-binary-iop-func-name
(function).
get-binary-op-func-name
(function).
get-binary-op-func-name-from-iop
(function).
get-binary-test-func
(function).
get-ca
(function).
get-loaded-module
(function).
get-module-namespace
(generic function).
get-py-iterate-fun
(generic function).
get-py-iterator-for-object
(function).
get-pydecl
(generic function).
get-sys.modules
(function).
get-temporary-file
(function).
get-unary-op-func-name
(function).
global-stmt/cps
(macro).
habitat
(class).
habitat-exitfunc
(generic reader).
(setf habitat-exitfunc)
(generic writer).
habitat-loaded-mods
(generic reader).
(setf habitat-loaded-mods)
(generic writer).
habitat-module-globals
(generic reader).
has-dict
(generic function).
hash-table-ns
(class).
hash-table-w/excl-ns
(class).
identifier-expr/cps
(macro).
if-expr/cps
(macro).
if-stmt/cps
(macro).
import-from-stmt/cps
(macro).
import-stmt/cps
(macro).
init-dict
(function).
init-module-namespace
(function).
inlineable-method-p
(function).
inlined-method-code
(function).
instance.attr-no-magic
(compiler macro).
instance.attr-no-magic
(function).
lambda-args-and-destruct-form
(function).
lambda-expr/cps
(macro).
let-ns
(class).
let-w/locals-ns
(class).
lisp-package
(class).
lisp-package-as-py-module
(function).
lisp-package.__dict__
(function).
lisp-package.__getattribute__
(function).
lisp-package.__repr__
(function).
lisp-package.__setattr__
(function).
list-expr/cps
(macro).
(setf list/tuple-expr)
(setf expander).
listcompr-expr/cps
(macro).
literal-expr/cps
(macro).
load-python-file
(function).
load-python-file-with-hooks
(function).
make-builtins-namespace
(function).
make-builtins-ns
(function).
make-class-attr
(function).
make-dict-iterator
(function).
make-eq-hash-table
(function).
make-exception
(function).
make-fa
(function).
make-formatted-string
(function).
make-fs
(function).
make-generator
(macro).
make-generator-state
(macro).
make-hash-table-ns
(function).
make-hash-table-w/excl-ns
(function).
make-iterator-from-function
(function).
make-let-ns
(function).
make-let-w/locals-ns
(function).
make-lisp-list-from-tuple
(function).
make-locals-dict
(function).
make-mapping-ns
(function).
make-mapping-w/excl-ns
(function).
make-package-ns
(function).
make-probe-file-cache
(function).
make-py-class
(function).
make-py-class-1
(function).
make-py-function
(function).
make-py-list
(function).
make-py-list-from-tuple
(function).
make-py-list-from-vec
(function).
make-py-list-unevaled-list
(macro).
make-simple-function-data
(function).
make-symbol-hash-table
(function).
make-tuple-unevaled-list
(macro).
make-writable-attribute
(function).
mangle-suite-private-variables
(function).
map-over-object
(generic function).
mapping-ns
(class).
mapping-w/excl-ns
(class).
maxmin
(function).
maybe-add-finalizer
(function).
maybe-eval-always
(macro).
maybe-number-p
(function).
maybe-warn-set-search-paths
(function).
member*
(function).
mip.compiler-id
(generic reader).
(setf mip.compiler-id)
(generic writer).
mip.init-func
(generic reader).
(setf mip.init-func)
(generic writer).
mip.is-compiled
(generic reader).
mip.module
(generic reader).
(setf mip.module)
(generic writer).
mip.module-new-p
(generic reader).
(setf mip.module-new-p)
(generic writer).
mip.muffled
(generic reader).
(setf mip.muffled)
(generic writer).
mip.run-tlv-func
(generic reader).
(setf mip.run-tlv-func)
(generic writer).
mip.source
(generic reader).
(setf mip.source)
(generic writer).
mip.source-func
(generic reader).
(setf mip.source-func)
(generic writer).
module
(class).
module-bin-file-write-date
(generic reader).
(setf module-bin-file-write-date)
(generic writer).
module-bin-pathname
(generic reader).
(setf module-bin-pathname)
(generic writer).
module-builtin-p
(generic reader).
(setf module-builtin-p)
(generic writer).
module-dotted-name
(function).
module-ht
(generic reader).
(setf module-ht)
(generic writer).
module-import-post
(function).
module-import-pre
(condition).
module-init
(function).
module-name
(generic reader).
(setf module-name)
(generic writer).
module-namepace-get
(macro).
module-package-p
(generic reader).
(setf module-package-p)
(generic writer).
module-src-file-write-date
(generic reader).
(setf module-src-file-write-date)
(generic writer).
module-src-pathname
(generic reader).
(setf module-src-pathname)
(generic writer).
module-stmt/cps
(macro).
module.__delattr__
(function).
module.__getattribute__
(function).
module.__repr__
(function).
module.__setattr__
(function).
module.path
(function).
my-make-load-form
(function).
my-replace
(macro).
namespace
(class).
namespace-get
(macro).
namespace-set
(macro).
namespace-set-runtime
(macro).
normalize-slice-for-get/set
(function).
ns.attributes
(generic function).
ns.del-form
(generic function).
ns.dict-form
(generic reader).
(setf ns.dict-form)
(generic writer).
ns.excluded-names
(generic reader).
(setf ns.excluded-names)
(generic writer).
ns.expand-with
(generic function).
ns.find-form
(function).
ns.incl-builtins
(generic reader).
(setf ns.incl-builtins)
(generic writer).
ns.let-names
(generic reader).
(setf ns.let-names)
(generic writer).
ns.locals-form
(generic function).
ns.mapping-form
(generic reader).
(setf ns.mapping-form)
(generic writer).
ns.names
(generic reader).
(setf ns.names)
(generic writer).
ns.package
(generic reader).
(setf ns.package)
(generic writer).
ns.parent
(generic reader).
(setf ns.parent)
(generic writer).
ns.read-form
(generic function).
ns.scope
(generic reader).
(setf ns.scope)
(generic writer).
ns.write-form
(generic function).
ns.write-runtime-form
(generic function).
object.__class__
(function).
object.__get__
(function).
object.__init__
(function).
object.__new__
(function).
object.__nonzero__
(function).
object.__repr__
(function).
object.__str__
(function).
only-pos-args
(function).
package-impl-status
(function).
package-ns
(class).
package-ns-intern
(generic function).
parse-format-string
(function).
parse-generator-input
(function).
parse-poskey-arglist
(function).
parse-py-func-args
(function).
pass-stmt/cps
(macro).
pathname-considered-equal
(function).
print-stmt/cps
(macro).
proxy-lisp-val
(generic reader).
(setf proxy-lisp-val)
(generic writer).
py-!=
(compiler macro).
py-!=
(generic function).
py-%
(compiler macro).
py-%
(generic function).
py-%=
(generic function).
py-&
(generic function).
py-&=
(generic function).
py-**
(compiler macro).
py-**
(generic function).
py-**-mapping->lisp-arg-list
(function).
py-**=
(function).
py-*=
(generic function).
py-+
(compiler macro).
py-+
(generic function).
py-+=
(generic function).
py--
(compiler macro).
py--
(generic function).
py--=
(generic function).
py-/
(generic function).
py-//
(compiler macro).
py-//
(generic function).
py-//=
(generic function).
py-/=
(generic function).
py-/t/
(generic function).
py-/t/=
(generic function).
py-<
(compiler macro).
py-<
(generic function).
py-<<
(generic function).
py-<<=
(generic function).
py-<=
(compiler macro).
py-<=
(generic function).
py-==
(compiler macro).
py-==
(generic function).
py->
(compiler macro).
py->
(generic function).
py->=
(compiler macro).
py->=
(generic function).
py->>
(generic function).
py->>=
(generic function).
py-^
(generic function).
py-^=
(generic function).
py-abs
(generic function).
py-alist
(class).
py-alist.__getattribute__
(function).
py-alist.__repr__
(function).
py-apply
(compiler macro).
py-apply
(function).
py-arg-function
(macro).
py-attribute-method
(class).
py-attribute-method.__get__
(function).
py-attribute-method.__repr__
(function).
py-attribute-method.__set__
(function).
py-bool.__new__
(function).
py-bound-method
(class).
py-bound-method.__call__
(function).
py-bound-method.__get__
(function).
py-bound-method.__name__
(function).
py-bound-method.__repr__
(function).
py-class-attribute-method
(class).
py-class-attribute-method.__get__
(function).
py-class-method
(class).
py-class-method.__call__
(function).
py-class-method.__get__
(function).
py-class-method.__init__
(function).
py-class-method.__new__
(function).
py-classlookup-bind-call
(function).
py-cmp
(generic function).
py-complex
(class).
py-complex.__new__
(function).
py-complex.__repr__
(function).
py-contains
(function).
py-decode-unicode
(function).
py-divmod
(generic function).
py-ellipsis
(class).
py-encode-unicode
(function).
py-enumerate
(class).
py-enumerate.__iter__
(function).
py-enumerate.__new__
(function).
py-enumerate.__repr__
(function).
py-file-binary-mode-p
(generic reader).
(setf py-file-binary-mode-p)
(generic writer).
py-file-closed-p
(generic reader).
(setf py-file-closed-p)
(generic writer).
py-file-mode
(generic reader).
(setf py-file-mode)
(generic writer).
py-file-stream
(generic reader).
(setf py-file-stream)
(generic writer).
py-file.__init__
(function).
py-file.__iter__
(function).
py-file.__new__
(function).
py-file.__repr__
(function).
py-file.closed
(function).
py-file.encoding
(function).
py-file.fileno
(function).
py-file.flush
(function).
py-file.isatty
(function).
py-file.mode
(function).
py-file.name
(function).
py-file.newlines
(function).
py-file.next
(function).
py-file.readline
(function).
py-file.readlines
(function).
py-file.seek
(function).
py-file.softspace
(function).
py-file.tell
(function).
py-file.truncate
(function).
py-file.write
(function).
py-file.writelines
(function).
py-file.xreadlines
(function).
py-float.__new__
(function).
py-float.__repr__
(function).
py-float.__str__
(function).
py-func-iterator
(class).
py-func-iterator-sendable
(class).
py-func-iterator-sendable.send
(function).
py-func-iterator.__iter__
(function).
py-func-iterator.__repr__
(function).
py-func-iterator.next
(function).
py-func-iterator.next-or-send
(function).
py-function
(class).
py-function-code
(generic reader).
py-function-context-name
(generic reader).
(setf py-function-context-name)
(generic writer).
py-function-func-globals
(generic reader).
(setf py-function-func-globals)
(generic writer).
py-function-lambda
(generic function).
(setf py-function-lambda)
(generic writer).
py-function-name
(generic function).
(setf py-function-name)
(generic writer).
py-function.__call__
(function).
py-function.__delattr__
(function).
py-function.__doc__
(function).
py-function.__get__
(function).
py-function.__getattribute__
(function).
py-function.__hash__
(function).
py-function.__module__
(function).
py-function.__name__
(function).
py-function.__repr__
(function).
py-function.__setattr__
(function).
py-function._dis
(function).
py-function._exe
(function).
py-function._fif
(function).
py-function.func_code
(function).
py-function.func_globals
(function).
py-function.module-name
(generic reader).
(setf py-function.module-name)
(generic writer).
py-hash
(generic function).
py-hash-table
(type).
py-hash-table-p
(function).
py-hex
(generic function).
py-id
(function).
py-import
(function).
py-in
(generic function).
py-index
(generic function).
py-int
(class).
py-int.__and__
(function).
py-int.__div__
(function).
py-int.__floordiv__
(function).
py-int.__hex__
(function).
py-int.__init__
(function).
py-int.__invert__
(function).
py-int.__lshift__
(function).
py-int.__mul__
(function).
py-int.__new__
(function).
py-int.__oct__
(function).
py-int.__or__
(function).
py-int.__rmul__
(function).
py-int.__ror__
(function).
py-int.__rshift__
(function).
py-int.__xor__
(function).
py-is
(generic function).
py-is-not
(generic function).
py-len
(generic function).
py-lisp-function
(class).
py-lisp-function.__get__
(function).
py-lisp-function.__name__
(function).
py-lisp-function.__repr__
(function).
py-lisp-object
(class).
py-lisp-type
(class).
py-list
(class).
py-list.__add__
(function).
py-list.__cmp__
(function).
py-list.__delitem__
(function).
py-list.__eq__
(function).
py-list.__getitem__
(function).
py-list.__iadd__
(function).
py-list.__init__
(function).
py-list.__iter__
(function).
py-list.__len__
(function).
py-list.__mul__
(function).
py-list.__new__
(function).
py-list.__repr__
(function).
py-list.__setitem__
(function).
py-list.__str__
(function).
py-list.append
(function).
py-list.count
(function).
py-list.extend
(function).
py-list.index
(function).
py-list.insert
(function).
py-list.pop
(function).
py-list.reverse
(function).
py-list.sort
(function).
py-meta-type
(class).
py-method
(class).
py-method-class
(generic reader).
(setf py-method-class)
(generic writer).
py-method-func
(generic reader).
(setf py-method-func)
(generic writer).
py-method-instance
(generic reader).
(setf py-method-instance)
(generic writer).
py-none.__hash__
(function).
py-none.__nonzero__
(function).
py-none.__repr__
(function).
py-nonzero
(generic function).
py-not
(generic function).
py-not-in
(generic function).
py-notimplemented
(class).
py-number
(class).
py-number.__abs__
(function).
py-number.__add__
(function).
py-number.__cmp__
(function).
py-number.__div__
(function).
py-number.__divmod__
(function).
py-number.__eq__
(function).
py-number.__hash__
(function).
py-number.__mul__
(function).
py-number.__neg__
(function).
py-number.__nonzero__
(function).
py-number.__pos__
(function).
py-number.__pow__
(function).
py-number.__repr__
(function).
py-number.__str__
(function).
py-number.__sub__
(function).
py-number.__truediv__
(function).
py-number.conjugate
(function).
py-number.imag
(function).
py-number.real
(function).
py-oct
(generic function).
py-print
(function).
py-property
(class).
py-property.__del__
(function).
py-property.__doc__
(function).
py-property.__get__
(function).
py-property.__init__
(function).
py-property.__set__
(function).
py-property.deleter
(function).
py-property.fdel
(function).
py-property.fget
(function).
py-property.fset
(function).
py-property.getter
(function).
py-property.setter
(function).
py-real
(class).
py-real.__mod__
(function).
py-repr-circle
(function).
py-set
(class).
py-set.__init__
(function).
py-set.__iter__
(function).
py-set.add
(function).
py-slice
(class).
py-slice.indices
(function).
py-static-method
(class).
py-static-method.__call__
(function).
py-static-method.__get__
(function).
py-static-method.__new__
(function).
py-static-method.__repr__
(function).
py-str
(generic function).
py-str-circle
(function).
py-string
(class).
py-string->symbol
(function).
py-string-from-char
(function).
py-string-val->symbol
(function).
py-string.__add__
(function).
py-string.__cmp__
(function).
py-string.__getitem__
(function).
py-string.__hash__
(function).
py-string.__iter__
(function).
py-string.__len__
(function).
py-string.__mod__
(function).
py-string.__mul__
(function).
py-string.__new__
(function).
py-string.__nonzero__
(function).
py-string.__repr__
(function).
py-string.__rmul__
(function).
py-string.__str__
(function).
py-string.capitalize
(function).
py-string.center
(function).
py-string.decode
(function).
py-string.encode
(function).
py-string.endswith
(function).
py-string.find
(function).
py-string.isalnum
(function).
py-string.isalpha
(function).
py-string.isdigit
(function).
py-string.islower
(function).
py-string.isspace
(function).
py-string.join
(function).
py-string.lower
(function).
py-string.lstrip
(function).
py-string.replace
(function).
py-string.rstrip
(function).
py-string.split
(function).
py-string.startswith
(function).
py-string.upper
(function).
py-super
(class).
py-super.__getattribute__
(function).
py-super.__new__
(function).
py-super.__repr__
(function).
py-symbol
(class).
py-symbol->string
(function).
py-symbol.__repr__
(function).
py-tuple
(class).
py-tuple.__add__
(function).
py-tuple.__cmp__
(function).
py-tuple.__eq__
(function).
py-tuple.__getitem__
(function).
py-tuple.__hash__
(function).
py-tuple.__iter__
(function).
py-tuple.__len__
(function).
py-tuple.__mul__
(function).
py-tuple.__new__
(function).
py-tuple.__nonzero__
(function).
py-tuple.__repr__
(function).
py-tuple.__rmul__
(function).
py-tuple.__str__
(function).
py-type.__bases__
(function).
py-type.__call__
(function).
py-type.__class__
(function).
py-type.__dict__
(function).
py-type.__hash__
(function).
py-type.__init__
(function).
py-type.__mro__
(function).
py-type.__name__
(function).
py-type.__new__
(function).
py-type.__nonzero__
(function).
py-type.__repr__
(function).
py-type.__str__
(function).
py-type.__subclasses__
(function).
py-unary-+
(generic function).
py-unary--
(generic function).
py-unary-~
(generic function).
py-unbound-method
(class).
py-unbound-method.__call__
(function).
py-unbound-method.__get__
(function).
py-unbound-method.__repr__
(function).
py-unicode-external-format->lisp-external-format
(function).
py-val->integer
(function).
py-val->lisp-bool
(compiler macro).
py-val->lisp-bool
(generic function).
py-writable-attribute-method
(class).
py-writable-attribute-method.__get__
(function).
py-writable-attribute-method.__set__
(function).
py-xrange
(class).
py-xrange.__init__
(function).
py-xrange.__iter__
(function).
py-xrange.__new__
(function).
py-xrange.__str__
(function).
py-|
(generic function).
py-|=
(generic function).
raise-double-keyarg-error
(function).
raise-invalid-keyarg-error
(function).
raise-invalid-operands
(function).
raise-stmt-1
(function).
raise-stmt/cps
(macro).
raise-stop-iteration
(function).
raise-stopiteration
(function).
raise-syntax-error-default
(function).
raise-syntax-error-please
(condition).
raise-wrong-args-error
(function).
real-py-list.append
(macro).
receive-yielded-value
(macro).
record-source-file-loc
(function).
register-inlineable-methods
(function).
register-method
(function).
register-simple-function
(function).
relative-package-name
(function).
remove-loaded-module
(function).
repr-fmt
(function).
return-stmt/cps
(macro).
rewrite-generator-expr-ast
(function).
rewrite-generator-funcdef-suite
(function).
rsep-syntax-error-args
(generic reader).
(setf rsep-syntax-error-args)
(generic writer).
set-funcallable-instance-function
(function).
set-items
(generic reader).
(setf set-items)
(generic writer).
setup-ast-readmacro
(function).
setup-user-readmacro
(function).
sfd-attributes
(reader).
(setf sfd-attributes)
(writer).
sfd-func
(reader).
(setf sfd-func)
(writer).
sfd-func-code
(reader).
(setf sfd-func-code)
(writer).
sfd-func-globals
(reader).
(setf sfd-func-globals)
(writer).
sfd-name
(reader).
(setf sfd-name)
(writer).
sht-ht
(generic reader).
(setf sht-ht)
(generic writer).
simple-function-data
(structure).
simple-function-data-p
(function).
slice-expr/cps
(macro).
slice-indices
(function).
slice-start
(generic reader).
(setf slice-start)
(generic writer).
slice-step
(generic reader).
(setf slice-step)
(generic writer).
slice-stop
(generic reader).
(setf slice-stop)
(generic writer).
source-file-names
(function).
stmt-p
(function).
subscription-expr/cps
(macro).
suite-globals-locals
(function).
suite-stmt/cps
(macro).
symbol-hash-table
(class).
symbol-hash-table.__delitem__
(function).
symbol-hash-table.__getitem__
(function).
symbol-hash-table.__repr__
(function).
symbol-hash-table.__setitem__
(function).
symbol-hash-table.has_key
(function).
symbol-hash-table.items
(function).
symbol-hash-table.update
(function).
target-get-bound-vars
(function).
try-except-ensure-valid-exception-class
(function).
try-except-stmt/cps
(macro).
try-finally-stmt/cps
(macro).
tuple-expr/cps
(macro).
unary-expr/cps
(macro).
unbound-variable-error
(function).
vector-getitem
(function).
verify-string-strip-chars
(function).
while-stmt/cps
(macro).
with-circle-detection
(macro).
with-compiler-generated-syntax-errors
(macro).
with-complete-python-semantics
(macro).
with-cps-conversion
(macro).
with-iterator
(macro).
with-iterator
(compiler macro).
with-last-raised-exception
(macro).
with-module-toplevel-context
(macro).
with-namespace
(macro).
with-parsed-py-arglist
(macro).
with-proper-compiler-settings
(macro).
with-py-dict
(macro).
with-py-errors
(macro).
with-pydecl
(macro).
with-stmt-decl
(macro).
with-stmt/cps
(macro).
without-inlining
(macro).
x.class-attr-no-magic.bind
(function).
xrange-iter-func
(function).
yield-expr/cps
(macro).
yield-stmt/cps
(macro).
yield-value
(macro).
clpython.module.gc
clpython
.
common-lisp
.
disable
(function).
collect
(function).
clpython.app.repl
Python read-eval-print loop
clpython
.
clpython.parser
.
common-lisp
.
*repl-compile*
(special variable).
*repl-module-globals*
(special variable).
*repl-prof*
(special variable).
repl
(function).
*doc*
(special variable).
*ignore-copied-prompts*
(special variable).
*object-repr-char-limit*
(special variable).
*prompts*
(special variable).
*repl-mod*
(special variable).
*truncation-explain*
(special variable).
_
(special variable).
__
(special variable).
___
(special variable).
maybe-with-ldb-backend
(macro).
print-string-truncated
(function).
profile
(function).
remove-interpreter-prompts
(function).
repl-1
(function).
try-invoke-restart
(function).
with-repl-toplevel-aliases
(macro).
clpython.module.sys
clpython
.
common-lisp
.
__displayhook__
(special variable).
__excepthook__
(special variable).
__stderr__
(special variable).
__stdin__
(special variable).
__stdout__
(special variable).
_getframe
(function).
api_version
(special variable).
argv
(special variable).
builtin_module_names
(special variable).
byteorder
(special variable).
copyright
(special variable).
displayhook
(special variable).
exc_clear
(function).
exc_info
(function).
excepthook
(special variable).
exec_prefix
(special variable).
executable
(special variable).
exit
(function).
exitfunc
(special variable).
flags
(special variable).
getcheckinterval
(function).
getdefaultencoding
(function).
getfilesystemencoding
(function).
getrecursionlimit
(function).
hexversion
(special variable).
maxint
(special variable).
maxunicode
(special variable).
modules
(special variable).
path
(special variable).
platform
(special variable).
prefix
(special variable).
ps1
(special variable).
ps2
(special variable).
py3kwarning
(special variable).
setcheckinterval
(function).
setdefaultencoding
(function).
setrecursionlimit
(function).
stderr
(special variable).
stdin
(special variable).
stdout
(special variable).
version
(special variable).
version_info
(special variable).
warnoptions
(special variable).
*implementation*
(special variable).
def-habitat-attribute
(macro).
frame
(class).
frame.f_globals
(function).
frame.f_lineno
(function).
clpython.user.builtin.type.exception
exception
(condition).
standarderror
(condition).
stopiteration
(condition).
systemexit
(condition).
warning
(condition).
clpython.module._collections
clpython
.
common-lisp
.
defaultdict
(class).
deque
(function).
deque
(class).
deque.__nonzero__
(function).
deque.append
(function).
deque.appendleft
(function).
deque.clear
(function).
deque.count
(function).
deque.extend
(function).
deque.extendleft
(function).
deque.maxlen
(function).
deque.pop
(function).
deque.popleft
(function).
deque.remove
(function).
deque.reverse
(function).
deque.rotate
(function).
clpython.module.math
clpython
.
common-lisp
.
acos
(function).
asin
(function).
atan
(function).
ceil
(function).
cos
(function).
cosh
(function).
e
(constant).
exp
(function).
fabs
(function).
fmod
(function).
hypot
(function).
ldexp
(function).
log
(function).
log10
(function).
modf
(function).
pi
(constant).
pow
(function).
sin
(function).
sinh
(function).
sqrt
(function).
tan
(function).
tanh
(function).
conv
(generic function).
def-unary-conv-func
(macro).
clpython.module._random
clpython
.
common-lisp
.
random
(class).
make-random-state-with-seed
(function).
random.getrandbits
(function).
random.jumpahead
(function).
random.random
(function).
random.seed
(function).
clpython.module.string
clpython
.
common-lisp
.
ascii_letters
(constant).
ascii_lowercase
(constant).
ascii_uppercase
(constant).
digits
(constant).
hexdigits
(constant).
letters
(constant).
lowercase
(constant).
maketrans
(function).
octdigits
(constant).
printable
(constant).
punctuation
(constant).
replace
(function).
translate
(function).
uppercase
(constant).
whitespace
(constant).
char-range
(function).
chars-satisfying
(function).
clpython.module.thread
clpython
.
common-lisp
.
allocate_lock
(function).
error
(special variable).
get_ident
(function).
stack_size
(function).
start_new_thread
(function).
*lock-counter*
(special variable).
*next-thread-id*
(special variable).
*threads*
(special variable).
internal-thread
(generic reader).
(setf internal-thread)
(generic writer).
kill_new_threads
(function).
lock
(class).
lock-acquire
(generic function).
lock-id
(generic reader).
(setf lock-id)
(generic writer).
lock-release
(generic function).
lock-wait-msg
(generic reader).
(setf lock-wait-msg)
(generic writer).
lock.__enter__
(function).
lock.__exit__
(function).
lock.acquire
(function).
lock.locked
(function).
lock.release
(function).
thread
(class).
thread.error
(condition).
clpython.module._weakref
clpython
.
common-lisp
.
callableproxytype
(class).
getweakrefcount
(function).
getweakrefs
(function).
proxy
(function).
proxytype
(class).
ref
(class).
referenceerror
(special variable).
referencetype
(class).
clpython.user.builtin.value
ellipsis
(special variable).
false
(special variable).
none
(special variable).
notimplemented
(special variable).
true
(special variable).
clpython.ast.node
Statement and expression nodes
assert-stmt
(macro).
assign-stmt
(macro).
assign-stmt
(compiler macro).
attributeref-expr
(macro).
(setf attributeref-expr)
(setf expander).
augassign-stmt
(macro).
backticks-expr
(macro).
binary-expr
(macro).
binary-lazy-expr
(macro).
bracketed-expr
(macro).
break-stmt
(macro).
call-expr
(macro).
classdef-stmt
(macro).
comparison-expr
(macro).
continue-stmt
(macro).
del-stmt
(macro).
dict-expr
(macro).
exec-stmt
(macro).
for-in-stmt
(macro).
funcdef-stmt
(macro).
generator-expr
(macro).
global-stmt
(macro).
identifier-expr
(macro).
(setf identifier-expr)
(setf expander).
if-expr
(macro).
if-stmt
(macro).
import-from-stmt
(macro).
import-stmt
(macro).
lambda-expr
(macro).
list-expr
(macro).
(setf list-expr)
(setf expander).
listcompr-expr
(macro).
module-stmt
(macro).
pass-stmt
(macro).
print-stmt
(macro).
raise-stmt
(macro).
return-stmt
(macro).
slice-expr
(macro).
subscription-expr
(macro).
(setf subscription-expr)
(setf expander).
suite-stmt
(macro).
try-except-stmt
(macro).
try-finally-stmt
(macro).
tuple-expr
(macro).
(setf tuple-expr)
(setf expander).
unary-expr
(macro).
while-stmt
(macro).
with-stmt
(macro).
yield-expr
(macro).
yield-stmt
(macro).
clpython.module._struct
clpython
.
common-lisp
.
__doc__
(special variable).
_clearcache
(function).
calcsize
(function).
pack
(function).
pack_into
(function).
unpack
(function).
unpack_from
(function).
clpython.module.imp
clpython
.
common-lisp
.
find_module
(function).
get_magic
(function).
load_module
(function).
clpython.module._codecs
clpython
.
common-lisp
.
lookup_error
(function).
register
(function).
*search-functions*
(special variable).
clpython.module._socket
clpython
.
common-lisp
.
af_appletalk
(constant).
af_decnet
(constant).
af_inet
(constant).
af_inet6
(constant).
af_ipx
(constant).
af_route
(constant).
af_sna
(constant).
af_unix
(constant).
af_unspec
(constant).
ai_addrconfig
(constant).
ai_all
(constant).
ai_canonname
(constant).
ai_default
(constant).
ai_mask
(constant).
ai_numerichost
(constant).
ai_passive
(constant).
ai_v4mapped
(constant).
ai_v4mapped_cfg
(constant).
eai_addrfamily
(constant).
eai_again
(constant).
eai_badflags
(constant).
eai_badhints
(constant).
eai_fail
(constant).
eai_family
(constant).
eai_max
(constant).
eai_memory
(constant).
eai_nodata
(constant).
eai_noname
(constant).
eai_protocol
(constant).
eai_service
(constant).
eai_socktype
(constant).
eai_system
(constant).
error
(constant).
gethostbyaddr
(function).
gethostname
(function).
getnameinfo
(function).
inaddr_allhosts_group
(constant).
inaddr_any
(constant).
inaddr_broadcast
(constant).
inaddr_loopback
(constant).
inaddr_max_local_group
(constant).
inaddr_none
(constant).
ip_add_membership
(constant).
ip_default_multicast_loop
(constant).
ip_default_multicast_ttl
(constant).
ip_drop_membership
(constant).
ip_hdrincl
(constant).
ip_max_memberships
(constant).
ip_multicast_if
(constant).
ip_multicast_loop
(constant).
ip_multicast_ttl
(constant).
ip_options
(constant).
ip_recvdstaddr
(constant).
ip_recvopts
(constant).
ip_recvretopts
(constant).
ip_retopts
(constant).
ip_tos
(constant).
ip_ttl
(constant).
ipport_reserved
(constant).
ipport_userreserved
(constant).
ipproto_ah
(constant).
ipproto_dstopts
(constant).
ipproto_egp
(constant).
ipproto_eon
(constant).
ipproto_esp
(constant).
ipproto_fragment
(constant).
ipproto_ggp
(constant).
ipproto_gre
(constant).
ipproto_hello
(constant).
ipproto_hopopts
(constant).
ipproto_icmp
(constant).
ipproto_icmpv6
(constant).
ipproto_idp
(constant).
ipproto_igmp
(constant).
ipproto_ip
(constant).
ipproto_ipcomp
(constant).
ipproto_ipip
(constant).
ipproto_ipv4
(constant).
ipproto_ipv6
(constant).
ipproto_max
(constant).
ipproto_nd
(constant).
ipproto_none
(constant).
ipproto_pim
(constant).
ipproto_pup
(constant).
ipproto_raw
(constant).
ipproto_routing
(constant).
ipproto_rsvp
(constant).
ipproto_tcp
(constant).
ipproto_tp
(constant).
ipproto_udp
(constant).
ipproto_xtp
(constant).
ipv6_checksum
(constant).
ipv6_dstopts
(constant).
ipv6_hoplimit
(constant).
ipv6_hopopts
(constant).
ipv6_join_group
(constant).
ipv6_leave_group
(constant).
ipv6_multicast_hops
(constant).
ipv6_multicast_if
(constant).
ipv6_multicast_loop
(constant).
ipv6_nexthop
(constant).
ipv6_pktinfo
(constant).
ipv6_rthdr
(constant).
ipv6_rthdr_type_0
(constant).
ipv6_unicast_hops
(constant).
ipv6_v6only
(constant).
msg_ctrunc
(constant).
msg_dontroute
(constant).
msg_dontwait
(constant).
msg_eor
(constant).
msg_oob
(constant).
msg_peek
(constant).
msg_trunc
(constant).
msg_waitall
(constant).
ni_dgram
(constant).
ni_maxhost
(constant).
ni_maxserv
(constant).
ni_namereqd
(constant).
ni_nofqdn
(constant).
ni_numerichost
(constant).
ni_numericserv
(constant).
shut_rd
(constant).
shut_rdwr
(constant).
shut_wr
(constant).
so_acceptconn
(constant).
so_broadcast
(constant).
so_debug
(constant).
so_dontroute
(constant).
so_error
(constant).
so_keepalive
(constant).
so_linger
(constant).
so_oobinline
(constant).
so_rcvbuf
(constant).
so_rcvlowat
(constant).
so_rcvtimeo
(constant).
so_reuseaddr
(constant).
so_reuseport
(constant).
so_sndbuf
(constant).
so_sndlowat
(constant).
so_sndtimeo
(constant).
so_type
(constant).
so_useloopback
(constant).
sock_dgram
(constant).
sock_raw
(constant).
sock_rdm
(constant).
sock_seqpacket
(constant).
sock_stream
(constant).
socket
(class).
sol_ip
(constant).
sol_socket
(constant).
sol_tcp
(constant).
sol_udp
(constant).
tcp_maxseg
(constant).
tcp_nodelay
(constant).
*all-sockets*
(special variable).
inaddr_unspec_group
(constant).
socket.__doc__
(function).
socket.accept
(function).
socket.address
(generic reader).
(setf socket.address)
(generic writer).
socket.bind
(function).
socket.close
(function).
socket.connect
(function).
socket.connect_ex
(function).
socket.fileno
(function).
socket.getpeername
(function).
socket.getsockname
(function).
socket.getsockopt
(function).
socket.gettimeout
(function).
socket.listen
(function).
socket.makefile
(function).
socket.recv
(function).
socket.recv_into
(function).
socket.recvfrom
(function).
socket.recvfrom_into
(function).
socket.send
(function).
socket.sendall
(function).
socket.sendto
(function).
socket.setblocking
(function).
socket.setsockopt
(function).
socket.settimeout
(function).
socket.shutdown
(function).
socket.socket
(generic reader).
(setf socket.socket)
(generic writer).
socket.stream
(generic reader).
(setf socket.stream)
(generic writer).
clpython.module.posix
clpython
.
common-lisp
.
close
(function).
error
(constant).
o_append
(constant).
o_creat
(constant).
o_directory
(constant).
o_excl
(constant).
o_exlock
(constant).
o_ndelay
(constant).
o_noctty
(constant).
o_nofollow
(constant).
o_nonblock
(constant).
o_rdonly
(constant).
o_rdwr
(constant).
o_shlock
(constant).
o_sync
(constant).
o_trunc
(constant).
o_wronly
(constant).
open
(function).
read
(function).
remove
(function).
stat
(function).
unlink
(function).
sr-stat
(generic reader).
(setf sr-stat)
(generic writer).
stat-result
(class).
stat-result.st_atime
(function).
stat-result.st_ctime
(function).
stat-result.st_dev
(function).
stat-result.st_gid
(function).
stat-result.st_ino
(function).
stat-result.st_mode
(function).
stat-result.st_mtime
(function).
stat-result.st_nlink
(function).
stat-result.st_size
(function).
stat-result.st_uid
(function).
clpython.module._ast
clpython
.
common-lisp
.
__version__
(special variable).
clpython.user
Identifiers
date.day-writer
(function).
date.month-writer
(function).
date.year-writer
(function).
generatorexit
(condition).
object.__class__-writer
(function).
py-function.__doc__-writer
(function).
py-function.__module__-writer
(function).
py-function.__name__-writer
(function).
py-type.__bases__-writer
(function).
py-type.__dict__-writer
(function).
socketerror
(condition).
clpython.module.re
clpython
.
common-lisp
.
reg-exp
(class).
reg-exp-match
(class).
reg-exp-match.end
(function).
reg-exp-match.endpos
(function).
reg-exp-match.expand
(function).
reg-exp-match.group
(function).
reg-exp-match.groupdict
(function).
reg-exp-match.groups
(function).
reg-exp-match.lastgroup
(function).
reg-exp-match.lastindex
(function).
reg-exp-match.pos
(function).
reg-exp-match.re
(function).
reg-exp-match.span
(function).
reg-exp-match.start
(function).
reg-exp-match.string
(function).
reg-exp.compile
(function).
reg-exp.findall
(function).
reg-exp.finditer
(function).
reg-exp.flags
(function).
reg-exp.groupindex
(function).
reg-exp.match
(function).
reg-exp.pattern
(function).
reg-exp.search
(function).
reg-exp.split
(function).
reg-exp.sub
(function).
reg-exp.subn
(function).
clpython.module.operator
clpython
.
common-lisp
.
attrgetter
(function).
countof
(function).
indexof
(function).
itemgetter
(function).
methodcaller
(function).
def-magic-twins
(macro).
magicify
(function).
sym->iop
(function).
sym->op
(function).
clpython.module.datetime
clpython
.
common-lisp
.
date
(class).
date-day
(generic reader).
(setf date-day)
(generic writer).
date-month
(generic reader).
(setf date-month)
(generic writer).
date-year
(generic reader).
(setf date-year)
(generic writer).
date.day
(function).
date.month
(function).
date.strftime
(function).
date.toordinal
(function).
date.year
(function).
clpython.module._ssl
clpython
.
common-lisp
.
cert_none
(constant).
cert_optional
(constant).
cert_required
(constant).
protocol_sslv2
(constant).
protocol_sslv23
(constant).
protocol_sslv3
(constant).
protocol_tlsv1
(constant).
rand_add
(function).
rand_egd
(function).
rand_status
(function).
ssl_error_eof
(constant).
ssl_error_invalid_error_code
(constant).
ssl_error_ssl
(constant).
ssl_error_syscall
(constant).
ssl_error_want_connect
(constant).
ssl_error_want_read
(constant).
ssl_error_want_write
(constant).
ssl_error_want_x509_lookup
(constant).
ssl_error_zero_return
(constant).
sslerror
(condition).
Definitions are sorted by export status, category, package, and then by lexicographic order.
A place that is an augmented assignment value and target.
A place that is an augmented assignment value and target.
A place that is a deletion target.
When #items <= threashold, represent attributes as alist, otherwise switch to eq hash table. Value is somewhat arbitrary, as relative performance depends on how many lookups fail. See function ALIST-VS-HT.
Like CHAR-CODE-LIMIT, but possible lower.
Not an assignment or deletion target.
An expression that is not used for its value.
A place that is assigned to.
An expression that is used for its value.
Names of global variables automatically created for every module
Readtable where [NAME] refers to clpython.ast::NAME
Readtable where [NAME] refers to clpython.ast::NAME and {NAME} to clpython.user::NAME
Whether to compile an AST before running it.
The Lisp type used for representing Python float values outside +NORMAL-FLOAT-RANGE+. Coercion from float to int must be confirmed by the user.
Characters allowed in identifiers, besides the standard ones. Used by compiler to generate ’forbidden’ identfiers.
The Lisp type normally used for representing "normal" Python floats. Values outside the range of this type are represented by *enormous-float-representation-type*.
EQ hashtable, mapping AST subforms to source position. Used during file compilation. Value should be a (weak) EQ hash table: (make-weak-key-hash-table :test ’eq).
Whether code typed in the REPL is compiled before running.
Execution of each expression is profiled according to this setting. Possible values: :time :ptime :space :pspace nil
One tab is equivalent to this many spaces, when it comes to indentation levels.
Readtable where {NAME} refers to clpython.user::NAME
Original value of displayhook
Original value of excepthook
Initial stderr
Initial stdin
Initial stdout
The (Lisp) API version
Comand line args passed to script; argv[0] is script name (rel or abs)
Byte order of implementation: ’big’ or ’little’. CLPython is hereby arbitrarily defined to be big-endian.
Func of one arg, called by REPL to print val
Function to be called on uncatched exception, e.g.to print stack trace
Function to be called upon exit
Largest positive integer represented by regular integer type
Largest supported unicode code point
Mapping from module names (strings) to modules
List of directories to search for module to import. (Only directories ~ supported (not zip files etc).
Site-specific directory prefix for installing platform independent Python files
First interpreter prompt
Second interpreter prompt
Error output
Standard input
Standard output
String like ’1.5.2 (#0 Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)]’
Tuple like (2, 0, 0, ’final’, 0)
Break unless the body contains exactly one form. Based on idea from Steve Haflich.
Create macro WITH-{NAME}, functions GET-{NAME}, CHECK-{NAME} to store
and retrieve declarations. ALLOWED-KEYS is a list of allowed keys (symbols).
Usage: if DECL-NAME is D, then macros can expand into:
‘(WITH-D ((:key1 val1) (:key2 val2)) ..body..)
and inside ..body.. macros can evaluate:
,(GET-D :key1 environment)
to retrieve value for :key1.
If *MODULE-NAMESPACE* is bound, it is used.
A simple version of Erik Naggum’s idea in http://groups.google.nl/group/comp.lang.lisp/msg/bc7772aa5ab1f3e4
Automatically recompile when FASL is apparently intended for another implementation
Reset the readtable to standard IO syntax in case of uncaught serious conditions (errors).
This makes debugging readtable issues. The single argument to error-format-string is the condition object.
This function is invoked by the import statement.
Return the absolute value of object X.
Raises AttributeError when there is no ‘__abs__’ method.
Removes first occurrence, if any. Returns NEW-LIST, FOUNDP.
Apply FUNCTION (a callable object) to given args.
POS-ARGS is any iterable object; KW-DICT must be of type DICT.
Determine if the (interactively entered) AST is complete, in that the next line in the input ~ starts a new top-level statement. Uses an extra heuristic if *use-ast-return-stmt-heuristic*.
Whether FORM is a list represeting a Python AST. (Includes parsed literal numbers and strings.)
Return a callable object that fetches attr from its operand. If more than one attribute
is requested, returns a tuple of attributes. After,
f = attrgetter(’name’),
the call f(b) returns b.name.
After,
f = attrgetter(’name’, ’date’),
the call f(b) returns (b.name, b.date).
The attribute names can also contain dots; after
f = attrgetter(’date.month’),
the call f(b) returns b.date.month.
Returns whether x can be called (function, class, or callable class instance) as True or False.
Like PROBE-FILE, but this function never signals FILE-ERROR: that is mapped to NIL.