d
This commit is contained in:
5
Utilities/platform/2/generation/isPipeMany.py
Normal file
5
Utilities/platform/2/generation/isPipeMany.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def isPipeMany(name, entity):
|
||||
if name in entity.pipes:
|
||||
props = entity.pipes[name]
|
||||
return "many" in props
|
||||
return False
|
||||
Reference in New Issue
Block a user