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

Method __init__

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

Source from the content-addressed store, hash-verified

1333class QCborMapPrinter(QCborContainerPrinterBase):
1334
1335 def __init__(self, val):
1336 container_ptr = int(pointer_from_possible_totally_ordered_wrapper(val['d']['d']))
1337 super().__init__(container_ptr, 'QCborMap')
1338
1339class QJsonArrayPrinter(QCborContainerPrinterBase):
1340

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected