Skip to content

Instantly share code, notes, and snippets.

@jan-matejka
Created November 13, 2015 23:00
Show Gist options
  • Select an option

  • Save jan-matejka/669f9f204ee97b46ae86 to your computer and use it in GitHub Desktop.

Select an option

Save jan-matejka/669f9f204ee97b46ae86 to your computer and use it in GitHub Desktop.
from x import *
import x
x.y == y # True
def y(): return Bollox
x.y == y # True
x.y() == Bollox # True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment