How to use the condition.Condition.__init__ function in condition

To help you get started, we’ve selected a few condition examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github PageBot / PageBot / src / pagebot / conditions / horizontals.py View on Github external
def __init__(self, value=1, tolerance=1, errorFactor=-10, verbose=False, ratio=200):
		Condition.__init__(self, value=1, tolerance=1, errorFactor=-10, verbose=False)
		self.ratio = ratio

condition

A user friendly way to construct conditions for pandas dataframe query and sql

MIT
Latest version published 3 years ago

Package Health Score

33 / 100
Full package analysis