/trunk/Examples/test-suite/python/global_ns_arg_runme.py

# · Python · 5 lines · 3 code · 2 blank · 0 comment · 0 complexity · 9eeaaaeed396a03c52d6d836fc11960b MD5 · raw file

  1. from global_ns_arg import *
  2. a = foo(1)
  3. b = bar_fn()