Home | History | Annotate | Download | only in cpython2

Lines Matching refs:extlist

157 def module_enabled(extlist, modname):
159 of extensions 'extlist'."""
160 extlist = [ext for ext in extlist if ext.name == modname]
161 return len(extlist)