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

Method _as_string

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

Source from the content-addressed store, hash-verified

352 return self.lambda_(config)
353
354 def _as_string(self, config, negate=False):
355 return self._format_description(config)
356
357
358class NotPredicate(Predicate):

Callers

nothing calls this directly

Calls 1

_format_descriptionMethod · 0.80

Tested by

no test coverage detected