Exemplo n.º 1
0
 def render_mkey_path(self, session, exchange):
     return DictParameter.sep().join((self.instance_data, "mkey"))
Exemplo n.º 2
0
 def render_exchange_type_path(self, session, exchange):
     return DictParameter.sep().join((self.instance_data, "type"))
Exemplo n.º 3
0
 def render_x_match_path(self, session, exchange):
     return DictParameter.sep().join((self.instance_data, "x-match"))
Exemplo n.º 4
0
 def render_name_path(self, session, *args):
     return DictParameter.sep().join((self.instance_data, "name"))