MCPcopy
hub / github.com/wkentaro/labelme / open

Method open

labelme/_widgets/canvas.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 return dataclasses.replace(self, closed=True)
60
61 def open(self) -> _DraftShape:
62 return dataclasses.replace(self, closed=False)
63
64 def add_point(
65 self, point: QPointF, label: int = 1, *, autoclose: bool = False

Calls

no outgoing calls