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

Method _as_string

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

Source from the content-addressed store, hash-verified

364 return not self.predicate(config)
365
366 def _as_string(self, config, negate=False):
367 if self.description:
368 return self._format_description(config, not negate)
369 else:
370 return self.predicate._as_string(config, not negate)
371
372
373class OrPredicate(Predicate):

Callers

nothing calls this directly

Calls 2

_format_descriptionMethod · 0.80
_as_stringMethod · 0.45

Tested by

no test coverage detected