File manager - Edit - /opt/alt/python35/lib64/python3.5/site-packages/sklearn/utils/bench.py
Back
""" Helper functions for benchmarking """ def total_seconds(delta): """ helper function to emulate function total_seconds, introduced in python2.7 http://docs.python.org/library/datetime.html\ #datetime.timedelta.total_seconds """ mu_sec = 1e-6 # number of seconds in one microseconds return delta.seconds + delta.microseconds * mu_sec
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings