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

Method get_the_calltip

Lib/idlelib/run.py:628–629  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

626 self.rpchandler.unregister(idb_adap_oid)
627
628 def get_the_calltip(self, name):
629 return self.calltip.fetch_tip(name)
630
631 def get_the_completion_list(self, what, mode):
632 return self.autocomplete.fetch_completions(what, mode)

Callers

nothing calls this directly

Calls 1

fetch_tipMethod · 0.45

Tested by

no test coverage detected