(self, context)
| 261 | grease_pencil_memory = StringProperty(default="") |
| 262 | |
| 263 | def init(self, context): |
| 264 | self.outputs.new("TreeSocketType", "Tree") |
| 265 | self.outputs.new("SelectionSocketType", "Selection") |
| 266 | |
| 267 | @property |
| 268 | def selection(self): |
nothing calls this directly
no outgoing calls
no test coverage detected