Home
last modified time | relevance | path

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

/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/wamp/
H A Dmessage.py2554 def marshal_options(self): member in Publish
2597 options = self.marshal_options()
2819 def marshal_options(self): member in Subscribe
2840 return [Subscribe.MESSAGE_TYPE, self.request, self.marshal_options(), self.topic]
4147 def marshal_options(self): member in Call
4183 options = self.marshal_options()
4829 def marshal_options(self): member in Register
4856 return [Register.MESSAGE_TYPE, self.request, self.marshal_options(), self.procedure]