Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/apps/
Dconsole.py314 self.append_to_output([('', '* '), ('ansicyan', self.input_field.text)], False)
369 self.append_to_output(appended)
478 def append_to_output(self, line, invalidate=True): member in ConsoleApp
503 self.append_to_output('Service Discovery starting...')
505 self.append_to_output('Service Discovery done!')
513 self.append_to_output('discovering attributes...')
515 self.append_to_output(f'discovered {len(attributes)} attributes...')
654 self.append_to_output('connecting...')
840 self.append_to_output(
882 self.append_to_output(f'VALUE: 0x{value.hex()}')
[all …]