philh_myftp_biz.json.weights

Module Contents

Classes

Weights

API

class philh_myftp_biz.json.weights.Weights(**controls)

```

class WeightsImpl(Weights):
def TITLE(self, sample, control):

return (sample == control)

weights = WeightsImpl(

TITLE = ‘MyTitle’

)

weights(

TITLE = ‘MyTitle1’

) -> False

weights(

TITLE = ‘MyTitle’

) -> True

```

Initialization

__call__(**samples) bool