Allow filtering attributes that do NOT have some flags (in get_attribute_list)
[nepi.git] / src / nepi / core / execute.py
index 84def93..70df1c7 100644 (file)
@@ -165,7 +165,7 @@ class TestbedController(object):
         """
         raise NotImplementedError
 
-    def get_attribute_list(self, guid, filter_flags = None):
+    def get_attribute_list(self, guid, filter_flags = None, exclude = False):
         raise NotImplementedError
 
     def get_factory_id(self, guid):