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