MCPcopy Create free account
hub / github.com/Image-Py/imagepy / GetValue

Method GetValue

imagepy/ui/propertygrid.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 self.SetAutoLayout(True)
70
71 def GetValue(self):
72 return self.pg.GetPropertyValues(as_strings=True)
73
74 def OnGetPropertyValues(self,event):
75 para = self.pg.GetPropertyValues(inc_attributes=True)

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected