예제 #1
0
파일: case.py 프로젝트: alamaison/gander
def dig_into_call_imported_from_sibling_module_deep():
    y = x
    sibling_module.call_me_my_brother_deep(y)
    y.a("tag")
예제 #2
0
def call_me_auntie_and_see_how_clever_i_am(baz):
    baz.gurgle()
    sibling_module.call_me_my_brother_deep(baz)
예제 #3
0
def call_me_auntie_and_see_how_clever_i_am(baz):
	baz.gurgle()
	sibling_module.call_me_my_brother_deep(baz)