Pārlūkot izejas kodu

Added yet another function to implement in the future

Yentl Van Tendeloo 8 gadi atpakaļ
vecāks
revīzija
dfedd9d344
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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()