소스 검색

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()