MCPcopy
hub / github.com/ComposioHQ/composio / setup

Method setup

python/composio/utils/logging.py:67–71  ·  view source on GitHub ↗
(self, verbosity_level: t.Optional[int] = None)

Source from the content-addressed store, hash-verified

65 self.size = _LOG_LINE_SIZE_BY_VERBOSITY[self.verbosity]
66
67 def setup(self, verbosity_level: t.Optional[int] = None) -> None:
68 if verbosity_level is None:
69 return
70 self.verbosity = verbosity_level
71 self.size = _LOG_LINE_SIZE_BY_VERBOSITY[self.verbosity]
72
73 def _trim(self, msg) -> str:
74 msg = str(msg)

Callers 2

__init__Method · 0.95
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected