mirror of
https://github.com/jlengrand/jlengrand.github.io.git
synced 2026-03-10 08:31:22 +00:00
Removes some of the strange html characters
This commit is contained in:
@@ -48,7 +48,7 @@ If you want to avoid using a command line, or you don't have the profile module
|
||||
|
||||
[python]
|
||||
import timeit
|
||||
t1 = timeit.Timer("function()", "from __main__ import function")
|
||||
t1 = timeit.Timer("function()", "from __main__ import function")
|
||||
print t1.timeit(1)
|
||||
[/python]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user