3 lines
105 B
Python
3 lines
105 B
Python
def hasSectionGenerated(entity):
|
|
return len(entity.actions) or len(entity.pipes) or entity.isPresent
|