MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / get_names

Method get_names

tools/python-3.11.9-amd64/Lib/cmd.py:281–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

279 return None
280
281 def get_names(self):
282 # This method used to pull in base class attributes
283 # at a time dir() didn't do it yet.
284 return dir(self.__class__)
285
286 def complete_help(self, *args):
287 commands = set(self.completenames(*args))

Callers 3

completenamesMethod · 0.95
complete_helpMethod · 0.95
do_helpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected