Lines Matching full:eopts
228 eopts = opts['element create']229 etype = eopts[0]233 while argc < len(eopts) and not hasattr(eopts[argc], 'iteritems'):236 elemargs = eopts[1:argc]237 elemkw = eopts[argc] if argc < len(eopts) and eopts[argc] else {}