|
| From: | Tamas Nepusz |
| Subject: | Re: [igraph] benchmarks? |
| Date: | Tue, 15 Jun 2010 17:47:02 +0100 |
| User-agent: | Mutt/1.5.20 (2009-06-14) |
> What does ">>>> from time import time" mean above? Is that a Python > command to load the 'time' subroutine? Yes, it imports the "time" function from the "time" module. time() then gives the number of seconds elapsed since the UNIX epoch. -- Tamas
| [Prev in Thread] | Current Thread | [Next in Thread] |