Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Pharm.BoolFeatureFunctor Class Reference
+ Inheritance diagram for CDPL.Pharm.BoolFeatureFunctor:

Public Member Functions

None __init__ ()
 Initializes the BoolFeatureFunctor instance.
 
None __init__ (BoolFeatureFunctor func)
 Initializes a copy of the BoolFeatureFunctor instance func. More...
 
None __init__ (object callable)
 Initializes the BoolFeatureFunctor instance. More...
 
bool __call__ (Feature arg1)
 
bool __bool__ ()
 
bool __nonzero__ ()
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Pharm.BoolFeatureFunctor.__init__ ( BoolFeatureFunctor  func)

Initializes a copy of the BoolFeatureFunctor instance func.

Parameters
funcThe BoolFeatureFunctor instance to copy.

◆ __init__() [2/2]

None CDPL.Pharm.BoolFeatureFunctor.__init__ ( object  callable)

Initializes the BoolFeatureFunctor instance.

Parameters
callable

Member Function Documentation

◆ __call__()

bool CDPL.Pharm.BoolFeatureFunctor.__call__ ( Feature  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.Pharm.BoolFeatureFunctor.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.Pharm.BoolFeatureFunctor.__nonzero__ ( )
Returns