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

Method get_destination_buffer

Tools/clinic/libclinic/app.py:175–181  ·  view source on GitHub ↗
(
        self,
        name: str,
        item: int = 0
    )

Source from the content-addressed store, hash-verified

173 return d
174
175 def get_destination_buffer(
176 self,
177 name: str,
178 item: int = 0
179 ) -> list[str]:
180 d = self.get_destination(name)
181 return d.buffers[item]
182
183 def parse(self, input: str) -> str:
184 printer = self.printer

Callers 2

__init__Method · 0.95
directive_outputMethod · 0.80

Calls 1

get_destinationMethod · 0.95

Tested by

no test coverage detected