Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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
combine
Method · 0.95
test_parsingerror
Method · 0.95
__init__
Method · 0.45
__init__
Method · 0.45
_interpolate_some
Method · 0.45
_interpolate_some
Method · 0.45
read
Method · 0.45
_read_inner
Method · 0.45
_handle_continuation_line
Method · 0.45
_handle_option
Method · 0.45
Calls
1
repr
Function · 0.85
Tested by
1
test_parsingerror
Method · 0.76