.. index:: info; lines .. _info_lines: Info Lines ----------- **info lines** [**-n** *function-or-module*] Show line - function/offset information. Use **-n** *function-or-module* to filter results. Examples ++++++++ :: (trepan3k) info lines Line - (fn, start offset) table for test/example/gcd.py 10: @0 21: check_args() @84 36: gcd() @30 11: @4 22: check_args() @106 37: gcd() @50 13: @12 23: check_args() @116 38: gcd() @54 14: check_args() @0 24: check_args() @122 40: @28 16: check_args() @14 26: @20 41: @36 17: check_args() @22 30: gcd() @0 43: @42 18: check_args() @36 31: gcd() @8 44: @60 19: check_args() @38 34: gcd() @18 45: @84 20: check_args() @70 35: gcd() @26 (trepan3k) info lines -n 10: @0 11: @4 13: @12 40: @28 26: @20 41: @36 43: @42 44: @60 45: @84 (trepan3k) info lines -n gcd 30: gcd() @0 31: gcd() @8 34: gcd() @18 35: gcd() @26 36: gcd() @30 37: gcd() @50 38: gcd() @54 .. seealso:: :ref:`info program `, :ref:`info program `, :ref:`info pc `, :ref:`info frame `