MCPcopy Create free account
hub / github.com/ActiveState/code / like

Method like

recipes/Python/415345_write_sql_via_python/recipe-415345.py:447–447  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

445 def __ror__(self, other): return Or(other, self)
446 is_null = property(lambda self: IsNull(self))
447 def like(self, other): return Like(self, other)
448
449class SourceList(object):
450 """SourceList

Callers

nothing calls this directly

Calls 1

LikeClass · 0.70

Tested by

no test coverage detected