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

Method __init__

plugins/gdb/printers/qt.py:1329–1331  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

1327class QCborArrayPrinter(QCborContainerPrinterBase):
1328
1329 def __init__(self, val):
1330 container_ptr = int(pointer_from_possible_totally_ordered_wrapper(val['d']['d']))
1331 super().__init__(container_ptr, 'QCborArray')
1332
1333class QCborMapPrinter(QCborContainerPrinterBase):
1334

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected