def foo (): x = re.compile('^abc') foo2(x) def foo2(x):
如何让x返回 '^abc' ?在以下代码范围内
'^abc'
logging.info('x is ' + x.???)