MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / checkline

Method checkline

Lib/pdb.py:472–491  ·  view source on GitHub ↗

Check whether specified line seems to be executable. Return `lineno` if it is, 0 if not (e.g. a docstring, comment, blank line or EOF). Warning: testing is not comprehensive.

(self, filename, lineno)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

do_breakMethod · 0.95

Calls 2

stripMethod · 0.80
getlineMethod · 0.45

Tested by

no test coverage detected