Python Standard Library
Table of Contents
Ch 01 - 10
Ch 11 - 20
Ch 21 - 30
Ch 31 - 37
api
06 Built-in Exceptions
07 String Services
08 Data Types
09 Numeric and Mathematical Methods
10 File and Directory Access
11 Data Persistence
12 Data Compression and Archiving
13 File Formats
14 Cryptographic Services
15 Generic Operating System Services
16 Optional Operating System Services
17 Interprocess Communication and Networking
18 Internet Data Handling
19 Structured Markup Processing Tools
20 Internet Protocols and Support
21 Multimedia Services
22 Internationalization
23 Program Frameworks
24 Graphical User Interfaces with Tk
25 Development Tools
26 Debugging and Profiling
bdb
pdb
Functions
Classes
pdb.Pdb
Methods
pdb.Pdb.__init__
pdb.Pdb._getval
pdb.Pdb._prune_breaks
pdb.Pdb._runscript
pdb.Pdb._set_stopinfo
pdb.Pdb.bp_commands
pdb.Pdb.break_anywhere
pdb.Pdb.break_here
pdb.Pdb.canonic
pdb.Pdb.checkline
pdb.Pdb.clear_all_breaks
pdb.Pdb.clear_all_file_breaks
pdb.Pdb.clear_bpbynumber
pdb.Pdb.clear_break
pdb.Pdb.cmdloop
pdb.Pdb.columnize
pdb.Pdb.complete
pdb.Pdb.complete_help
pdb.Pdb.completedefault
pdb.Pdb.completenames
pdb.Pdb.default
pdb.Pdb.defaultFile
pdb.Pdb.dispatch_call
pdb.Pdb.dispatch_exception
pdb.Pdb.dispatch_line
pdb.Pdb.dispatch_return
pdb.Pdb.displayhook
pdb.Pdb.do_EOF
pdb.Pdb.do_a
pdb.Pdb.do_alias
pdb.Pdb.do_args
pdb.Pdb.do_b
pdb.Pdb.do_break
pdb.Pdb.do_bt
pdb.Pdb.do_c
pdb.Pdb.do_cl
pdb.Pdb.do_clear
pdb.Pdb.do_commands
pdb.Pdb.do_condition
pdb.Pdb.do_cont
pdb.Pdb.do_continue
pdb.Pdb.do_d
pdb.Pdb.do_debug
pdb.Pdb.do_disable
pdb.Pdb.do_down
pdb.Pdb.do_enable
pdb.Pdb.do_exit
pdb.Pdb.do_h
pdb.Pdb.do_help
pdb.Pdb.do_ignore
pdb.Pdb.do_j
pdb.Pdb.do_jump
pdb.Pdb.do_l
pdb.Pdb.do_list
pdb.Pdb.do_n
pdb.Pdb.do_next
pdb.Pdb.do_p
pdb.Pdb.do_pp
pdb.Pdb.do_q
pdb.Pdb.do_quit
pdb.Pdb.do_r
pdb.Pdb.do_restart
pdb.Pdb.do_return
pdb.Pdb.do_retval
pdb.Pdb.do_run
pdb.Pdb.do_rv
pdb.Pdb.do_s
pdb.Pdb.do_step
pdb.Pdb.do_tbreak
pdb.Pdb.do_u
pdb.Pdb.do_unalias
pdb.Pdb.do_unt
pdb.Pdb.do_until
pdb.Pdb.do_up
pdb.Pdb.do_w
pdb.Pdb.do_whatis
pdb.Pdb.do_where
pdb.Pdb.emptyline
pdb.Pdb.execRcLines
pdb.Pdb.forget
pdb.Pdb.format_stack_entry
pdb.Pdb.get_all_breaks
pdb.Pdb.get_break
pdb.Pdb.get_breaks
pdb.Pdb.get_file_breaks
pdb.Pdb.get_names
pdb.Pdb.get_stack
pdb.Pdb.handle_command_def
pdb.Pdb.help_EOF
pdb.Pdb.help_a
pdb.Pdb.help_alias
pdb.Pdb.help_args
pdb.Pdb.help_b
pdb.Pdb.help_break
pdb.Pdb.help_bt
pdb.Pdb.help_c
pdb.Pdb.help_cl
pdb.Pdb.help_clear
pdb.Pdb.help_commands
pdb.Pdb.help_condition
pdb.Pdb.help_cont
pdb.Pdb.help_continue
pdb.Pdb.help_d
pdb.Pdb.help_debug
pdb.Pdb.help_disable
pdb.Pdb.help_down
pdb.Pdb.help_enable
pdb.Pdb.help_exec
pdb.Pdb.help_exit
pdb.Pdb.help_h
pdb.Pdb.help_help
pdb.Pdb.help_ignore
pdb.Pdb.help_j
pdb.Pdb.help_jump
pdb.Pdb.help_l
pdb.Pdb.help_list
pdb.Pdb.help_n
pdb.Pdb.help_next
pdb.Pdb.help_p
pdb.Pdb.help_pdb
pdb.Pdb.help_pp
pdb.Pdb.help_q
pdb.Pdb.help_quit
pdb.Pdb.help_r
pdb.Pdb.help_restart
pdb.Pdb.help_return
pdb.Pdb.help_run
pdb.Pdb.help_s
pdb.Pdb.help_step
pdb.Pdb.help_tbreak
pdb.Pdb.help_u
pdb.Pdb.help_unalias
pdb.Pdb.help_unt
pdb.Pdb.help_until
pdb.Pdb.help_up
pdb.Pdb.help_w
pdb.Pdb.help_whatis
pdb.Pdb.help_where
pdb.Pdb.interaction
pdb.Pdb.is_skipped_module
pdb.Pdb.lineinfo
pdb.Pdb.lookupmodule
pdb.Pdb.onecmd
pdb.Pdb.parseline
pdb.Pdb.postcmd
pdb.Pdb.postloop
pdb.Pdb.precmd
pdb.Pdb.preloop
pdb.Pdb.print_stack_entry
pdb.Pdb.print_stack_trace
pdb.Pdb.print_topics
pdb.Pdb.reset
pdb.Pdb.run
pdb.Pdb.runcall
pdb.Pdb.runctx
pdb.Pdb.runeval
pdb.Pdb.set_break
pdb.Pdb.set_continue
pdb.Pdb.set_next
pdb.Pdb.set_quit
pdb.Pdb.set_return
pdb.Pdb.set_step
pdb.Pdb.set_trace
pdb.Pdb.set_until
pdb.Pdb.setup
pdb.Pdb.stop_here
pdb.Pdb.trace_dispatch
pdb.Pdb.user_call
pdb.Pdb.user_exception
pdb.Pdb.user_line
pdb.Pdb.user_return
Attributes
pdb.Repr
Exceptions
profile
cProfile
hotshot
timeit
trace
27 Software Packaging and Distribution
28 Python Runtime Services
29 Custom Python Interpreters
30 Restricted Execution
31 Importing Modules
32 Python Language Services
33 (depr) Python compiler package
34 Miscellaneous Services
35 MS Windows Specific Services
36. Unix Specific Services
37 Mac OS X specific services
Python Standard Library
Docs
»
api
»
pdb
»
pdb.Pdb
»
pdb.Pdb.lineinfo
View page source
pdb.Pdb.lineinfo
¶
Pdb.
lineinfo
(
identifier
)
[source]
¶