MCPcopy Index your code
hub / github.com/python/cpython / get_names

Method get_names

Lib/cmd.py:291–294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

289 return None
290
291 def get_names(self):
292 # This method used to pull in base class attributes
293 # at a time dir() didn't do it yet.
294 return dir(self.__class__)
295
296 def complete_help(self, *args):
297 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