Files
rdkit/Code/GraphMol/FMCS/Wrap
Paolo Tosco ebd384347c Use operator() and __call__() consistently across RDKit (#3295)
* Changed the callback() and compare() functions to operator() (C++)
and __call__() (Python) for consistency. The old functions are
deprecated and will be removed in Release 2021.01

* changes in response to review
2020-07-23 14:15:58 +02:00
..