Home | History | Annotate | Download | only in python2.7

Lines Matching refs:iscode

11         isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
209 def iscode(object):
417 if iscode(object):
574 if iscode(object):
750 if not iscode(co):