MCPcopy Index your code
hub / github.com/python/cpython / getColumnNumber

Method getColumnNumber

Lib/test/test_sax.py:1370–1371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1368 return self._lineno
1369
1370 def getColumnNumber(self):
1371 return self._colno
1372
1373# ===========================================================================
1374#

Callers 1

test_expat_incompleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected