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

Method visit_Call

Tools/i18n/pygettext.py:480–482  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

478 visit_ClassDef = visit_FunctionDef = visit_AsyncFunctionDef = visit_Module
479
480 def visit_Call(self, node):
481 self._extract_message(node)
482 self.generic_visit(node)
483
484 def _extract_docstring(self, node):
485 if (not self.options.docstrings or

Callers

nothing calls this directly

Calls 2

_extract_messageMethod · 0.95
generic_visitMethod · 0.45

Tested by

no test coverage detected