Преглед на файлове

Added yet another function to implement in the future

Yentl Van Tendeloo преди 8 години
родител
ревизия
dfedd9d344
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      wrappers/modelverse.py

+ 4 - 0
wrappers/modelverse.py

@@ -1007,3 +1007,7 @@ def define_attribute(model_name, node, attr_name, attr_type):
 def all_instances(model_name, type_name):
     """Returns a list of all elements of a specific type."""
     raise NotImplementedError()
+
+def service_poll(port):
+    """Checks whether or not the Modelverse side has any input ready to be processed."""
+    raise NotImplementedError()