Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/py/pw_rpc/console_tools/
Dconsole.py58 all_vars = '\n'.join(sorted(self._variables_without_methods()))
81 def _variables_without_methods(self) -> Mapping[str, object]: member in CommandHelper