Home
last modified time | relevance | path

Searched refs:hasMDS (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_lib_pubsub_topicmgr.py80 assert not topicObj.hasMDS()
156 assert rootTopic.hasMDS()
286 assert topic.hasMDS()
289 assert topic.hasMDS()
292 assert topic.hasMDS()
296 assert not parent.hasMDS()
299 assert parent.hasMDS()
300 assert topic.hasMDS()
H A Dtest_lib_pubsub_provider.py113 assert topic.hasMDS()
126 assert not self.pub.getDefaultTopicMgr().getTopic('rootTopic1.subtopic_2').hasMDS()
176 assert root.hasMDS()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/pubsub/core/
H A Dtopicobj.py107 assert self.hasMDS()
156 assert sendable == self.hasMDS()
170 def hasMDS(self): member in Topic
277 if not self.hasMDS():
285 if not self.hasMDS():
294 assert self.hasMDS()
422 assert not self.hasMDS()
H A Dtopicmgr.py209 if (protoListener is not None) and not obj.hasMDS():
245 if alreadyCreated is not None and alreadyCreated.hasMDS():
259 if not topic.hasMDS():
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/pubsub/core/kwargs/
H A Dpublishermixin.py48 if self.hasMDS():