IPython
core.alias
core.application
core.async_helpers
core.autocall
core.builtin_trap
core.compilerop
core.completer
core.completerlib
core.crashhandler
core.debugger
core.debugger_backport
core.doctb
core.error
core.events
core.extensions
core.formatters
core.getipython
core.guarded_eval
core.history
core.historyapp
core.hooks
core.inputtransformer2
core.interactiveshell
core.logger
core.macro
core.magic
core.magic_arguments
core.magics
core.magics.ast_mod
core.magics.auto
core.magics.basic
core.magics.code
core.magics.config
core.magics.display
core.magics.execution
core.magics.extension
core.magics.history
core.magics.logging
core.magics.namespace
core.magics.osm
core.magics.packaging
core.magics.pylab
core.magics.script
core.oinspect
core.page
core.payload
core.payloadpage
core.prefilter
core.profileapp
core.profiledir
core.pylabtools
core.shellapp
core.splitinput
core.tbtools
core.tips
core.ultratb
display
lib.backgroundjobs
lib.clipboard
lib.deepreload
lib.demo
lib.editorhooks
lib.guisupport
lib.latextools
lib.pretty
paths
terminal.debugger
terminal.embed
terminal.interactiveshell
terminal.ipapp
terminal.magics
terminal.prompts
terminal.shortcuts
terminal.shortcuts.auto_match
terminal.shortcuts.auto_suggest
terminal.shortcuts.filters
testing.decorators
testing.globalipapp
testing.ipunittest
testing.skipdoctest
testing.tools
utils.PyColorize
utils.capture
utils.coloransi
utils.contexts
utils.data
utils.decorators
utils.dir2
utils.encoding
utils.frame
utils.generics
inspect_object()
complete_object()
utils.importstring
utils.io
utils.ipstruct
utils.module_paths
utils.openpy
utils.path
utils.process
utils.sentinel
utils.strdispatch
utils.sysinfo
utils.syspathcontext
utils.tempdir
utils.terminal
utils.text
utils.timing
utils.tokenutil
utils.wildcard
Generic functions for extending IPython.
Called when you do obj?
Custom completer dispatching for python objects.
obj (object) – The object to complete.
prev_completions (list) – List of attributes discovered so far.
to (This should return the list ofattributes in obj. If you only wish)
normally (add to the attributes already discovered)
return
prev_completions. (own_attrs +)