quemb.molbe.scanner.Energy.apply¶
- Energy.apply(fn, *args, **kwargs)¶
Apply the fn to rest arguments: return
fn(*args, **kwargs). The return value of method set is the object itself. This allows a series of functions/methods to be executed in pipe.
Apply the fn to rest arguments: return fn(*args, **kwargs). The
return value of method set is the object itself. This allows a series
of functions/methods to be executed in pipe.