MCPcopy Index your code
hub / github.com/nodejs/node / _GetCtype

Method _GetCtype

deps/v8/tools/grokdump.py:117–125  ·  view source on GitHub ↗
(fields)

Source from the content-addressed store, hash-verified

115
116 @staticmethod
117 def _GetCtype(fields):
118 class Raw(ctypes.Structure):
119 _fields_ = fields
120 _pack_ = 1
121
122 def __str__(self):
123 return "{" + ", ".join("%s: %s" % (field, self.__getattribute__(field))
124 for field, _ in Raw._fields_) + "}"
125 return Raw
126
127
128def FullDump(reader, heap):

Callers 2

__init__Method · 0.80
ReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected