Searched refs:join_str (Results 1 – 3 of 3) sorted by relevance
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | method.py | 54 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 D | interface.py | 40 def joinedName(self, join_str, append): argument 41 return join_str.join(self.namespaces + [self.classname, append])
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | method.client.hpp.mako | 19 ${method.get_parameters_str(interface, join_str=", ")}\
|