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

Method __init__

lantz/foreign.py:118–121  ·  view source on GitHub ↗
(self, length, encoding='ascii')

Source from the content-addressed store, hash-verified

116class RetStr(object):
117
118 def __init__(self, length, encoding='ascii'):
119 self.length = length
120 self.buffer = ctypes.create_string_buffer(b'', length)
121 self.encoding = encoding
122
123 def __iter__(self):
124 yield self

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected