def well_formed(self): return ( isinstance(self.H, Agent) and isinstance(self.child_base, BudgetedHCH) and areinstances(self.args, Referent) )