MCPcopy
hub / github.com/burnash/gspread / get_temporary_spreadsheet_title

Method get_temporary_spreadsheet_title

tests/conftest.py:79–80  ·  view source on GitHub ↗
(cls, suffix: str = "")

Source from the content-addressed store, hash-verified

77class GspreadTest(unittest.TestCase):
78 @classmethod
79 def get_temporary_spreadsheet_title(cls, suffix: str = "") -> str:
80 return "Test {} {}".format(cls.__name__, suffix)
81
82 @classmethod
83 def get_cassette_name(cls) -> str:

Callers 4

initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected