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

Method __init__

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

Source from the content-addressed store, hash-verified

328
329class Or(InfixedBooleanExpression, Combinative):
330 def __init__(self, *boolexprs): super(Or, self).__init__('or', *boolexprs)
331
332class InfixedComparisonExpression(Infixed, BooleanExpression):
333 def __init__(self, infix, left, right):

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected