예제 #1
0
파일: a.py 프로젝트: duruyi/pyre-check
def foo() -> int:
    return b.bar()
예제 #2
0
from b import bar

bar("5")
예제 #3
0
def foo():
    bar()
예제 #4
0
파일: c.py 프로젝트: umeshpatil080/examples
import b

b.foo()
b.bar()