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

Method append

Lib/configparser.py:316–318  ·  view source on GitHub ↗
(self, lineno, line)

Source from the content-addressed store, hash-verified

314 self.append(*args)
315
316 def append(self, lineno, line):
317 self.errors.append((lineno, line))
318 self.message += '\n\t[line %2d]: %s' % (lineno, repr(line))
319
320 def combine(self, others):
321 for other in others:

Callers 11

__init__Method · 0.95
combineMethod · 0.95
test_parsingerrorMethod · 0.95
__init__Method · 0.45
__init__Method · 0.45
_interpolate_someMethod · 0.45
_interpolate_someMethod · 0.45
readMethod · 0.45
_read_innerMethod · 0.45
_handle_optionMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_parsingerrorMethod · 0.76