PageRenderTime 24ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. from global_ns_arg import *
  2. a = foo(1)
  3. b = bar_fn()