Home
last modified time | relevance | path

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

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