Untitled

Pasted by zyp on Mon Jun 5 17:38:33 2023 UTC as Python
1
2
3
4
class Parent:
	@property
	def signature(self):
		return module.Signature({name: module.Member(module.Flow.Out, child.signature) for name, child in self.children.items()})