Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/y/Py2C-HEAD/tests/test_translator.py Py2C(Download)
("global a", python.Global(('a',))), ("global a, b", python.Global(('a', "b"))), ("nonlocal a", python.Nonlocal(('a',))), ("nonlocal a, b", python.Nonlocal(('a', "b"))), ])