Home | History | Annotate | Download | only in cpython3

Lines Matching refs:extlist

205 def module_enabled(extlist, modname):
207 of extensions 'extlist'."""
208 extlist = [ext for ext in extlist if ext.name == modname]
209 return len(extlist)