MCPcopy Create free account
hub / github.com/KDE/labplot / __init__

Method __init__

admin/asan_symbolize.py:209–213  ·  view source on GitHub ↗
(self, addr, binary)

Source from the content-addressed store, hash-verified

207
208class DarwinSymbolizer(Symbolizer):
209 def __init__(self, addr, binary):
210 super(DarwinSymbolizer, self).__init__()
211 self.binary = binary
212 self.arch = guess_arch(addr)
213 self.open_atos()
214
215 def open_atos(self):
216 if DEBUG:

Callers

nothing calls this directly

Calls 3

open_atosMethod · 0.95
guess_archFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected