MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / __iadd__

Method __iadd__

scripts/spec_tools/validity.py:197–200  ·  view source on GitHub ↗

Perform += with a string,

(self, other)

Source from the content-addressed store, hash-verified

195 self.parts = [temp[:-n]]
196
197 def __iadd__(self, other):
198 """Perform += with a string,"""
199 self.append(other)
200 return self
201
202 def __bool__(self):
203 """Return true if we have something more than just an anchor."""

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected