MCPcopy
hub / github.com/google/python-fire / _Write

Method _Write

fire/console/console_pager.py:124–126  ·  view source on GitHub ↗

Mockable helper that writes s to self._out.

(self, s)

Source from the content-addressed store, hash-verified

122 self._lines += self._attr.SplitLine(line, self._width)
123
124 def _Write(self, s):
125 """Mockable helper that writes s to self._out."""
126 self._out.write(s)
127
128 def _GetSearchCommand(self, c):
129 """Consumes a search command and returns the equivalent pager command.

Callers 3

_GetSearchCommandMethod · 0.95
_HelpMethod · 0.95
RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected