MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _as_string

Method _as_string

lib/sqlalchemy/testing/exclusions.py:271–272  ·  view source on GitHub ↗
(self, config, negate=False)

Source from the content-addressed store, hash-verified

269 return self.value
270
271 def _as_string(self, config, negate=False):
272 return self._format_description(config, negate=negate)
273
274
275class SpecPredicate(Predicate):

Callers

nothing calls this directly

Calls 1

_format_descriptionMethod · 0.80

Tested by

no test coverage detected