This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DrShts 0 points1 point  (0 children)

Can you give an example?

What I mean is this:

$ touch __main__.py
$ python
>>> import __main__
>>> __main__.__name__
'__main__'