Home
last modified time | relevance | path

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

/systemd-251/tools/
Dupdate-dbus-docs.py45 def print_method(declarations, elem, *, prefix, file, is_signal=False): argument
46 name = elem.get('name')
53 for anno in elem.findall('./annotation'):
61 for num, arg in enumerate(elem.findall('./arg')):
91 def print_property(declarations, elem, *, prefix, file): argument
92 name = elem.get('name')
93 type = elem.get('type')
94 access = elem.get('access')
102 for anno in elem.findall('./annotation'):
123 for num, elem in enumerate(iface.findall('./method')):
[all …]