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

Method render

Tools/clinic/libclinic/language.py:28–33  ·  view source on GitHub ↗
(
            self,
            clinic: Clinic,
            signatures: Iterable[Module | Class | Function]
    )

Source from the content-addressed store, hash-verified

26
27 @abc.abstractmethod
28 def render(
29 self,
30 clinic: Clinic,
31 signatures: Iterable[Module | Class | Function]
32 ) -> str:
33 ...
34
35 def parse_line(self, line: str) -> None:
36 ...

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected