MCPcopy Index your code
hub / github.com/dbcli/mycli / get_size

Method get_size

test/pytests/test_main.py:794–797  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

792
793 class TestOutput:
794 def get_size(self):
795 size = namedtuple("Size", "rows columns")
796 size.columns, size.rows = terminal_size
797 return size
798
799 class TestExecute:
800 host = "test"

Callers 2

outputMethod · 0.45
_output_resultsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected