MCPcopy
hub / github.com/CadQuery/cadquery / _tag

Method _tag

cadquery/sketch.py:185–187  ·  view source on GitHub ↗
(self: T, val: Sequence[SketchVal], tag: str)

Source from the content-addressed store, hash-verified

183 return iter(e.moved(l) for l in self.locs for e in self._edges)
184
185 def _tag(self: T, val: Sequence[SketchVal], tag: str):
186
187 self._tags[tag] = val
188
189 # face construction
190 def face(

Callers 3

pushMethod · 0.95
eachMethod · 0.95
edgeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected