Skip to content

Instantly share code, notes, and snippets.

View Yhg1s's full-sized avatar

T. Wouters Yhg1s

View GitHub Profile
@Yhg1s
Yhg1s / time_measuring_decorator.ipynb
Created June 13, 2019 11:12 — forked from simecek/time_measuring_decorator.ipynb
Time_measuring_decorator.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am Yhg1s on github.
  • I am yhg1s (https://keybase.io/yhg1s) on keybase.
  • I have a public key whose fingerprint is B7DF 293F 8341 0E6E 2295 481F ABDD 0826 6290 5688

To claim this, I am signing this object:

% ls foo/
__init__.py __main__.py
% cat foo/__main__.py
import sys
print(repr(sys.path[0]))
% python foo
'foo'
% python -m foo
''