smpl_debug.debug.inc_count

smpl_debug.debug.inc_count(line, fname)[source]

Increments the count of the line.

Parameters

lineint

The line in the python source of fname.

fnamestr

The filename.

Examples

>>> inc_count(1, "debug.py")