MCPcopy Index your code
hub / github.com/LabPy/lantz / __init__

Method __init__

lantz/foreign.py:137–141  ·  view source on GitHub ↗
(self, type)

Source from the content-addressed store, hash-verified

135class RetValue(object):
136
137 def __init__(self, type):
138 try:
139 self.buffer = (TYPES[type] * 1)()
140 except KeyError:
141 raise KeyError('The type {} is not defined ()'.format(type, TYPES.keys()))
142
143 def __iter__(self):
144 yield self

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected