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

Method __init__

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

Source from the content-addressed store, hash-verified

239
240class Plus(PrefixedExpression):
241 def __init__(self, expression): super(Plus, self).__init__('+', expression)
242
243class Minus(PrefixedExpression):
244 def __init__(self, expression): super(Minus, self).__init__('-', expression)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected