Home
last modified time | relevance | path

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

/openbmc/sdbusplus/tools/sdbusplus/
H A Dmethod.py54 self, transform=lambda p: p.camelCase, join_str=", " argument
56 return join_str.join([transform(p) for p in self.parameters])
69 self, interface, defaultValue=False, join_str=",\n " argument
73 join_str,
H A Dinterface.py40 def joinedName(self, join_str, append): argument
41 return join_str.join(self.namespaces + [self.classname, append])
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.client.hpp.mako19 ${method.get_parameters_str(interface, join_str=", ")}\