Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ convert
Method
convert
admin/asan_symbolize.py:200–202 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
198
self.w = os.fdopen(os.dup(fd),
"w"
, 1)
199
200
def
convert(self, line):
201
self.w.write(line +
"\n"
)
202
return
self.readline()
203
204
def
readline(self):
205
return
self.r.readline().rstrip()
Callers
1
symbolize
Method · 0.80
Calls
2
readline
Method · 0.95
write
Method · 0.45
Tested by
no test coverage detected