vote up 1 vote down star
def foo ():
   x = re.compile('^abc')

   foo2(x)

def foo2(x):

   # How do I get x to return '^abc'?
   logging.info('x is ' + x.???)
flag

voted down, because this is a duplicate of stackoverflow.com/questions/190967/… (and that one is formulated a bit better) – hop Oct 10 '08 at 13:07

1 Answer

vote up 3 vote down check

pattern

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.