Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
push
Method · 0.95
each
Method · 0.95
edge
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected