Your IP : 216.73.216.48


Current Path : /hdd/hdd11/local/lib/python3.8/test/
Upload File :
Current File : /hdd/hdd11/local/lib/python3.8/test/gdb_sample.py

# Sample script for use by test_gdb.py

def foo(a, b, c):
    bar(a, b, c)

def bar(a, b, c):
    baz(a, b, c)

def baz(*args):
    id(42)

foo(1, 2, 3)