Lines Matching refs:bigl
187 bigl = eval("dir()", namespace)
188 bigl.sort()
189 if "__all__" in bigl:
192 smalll = [s for s in bigl if s[:1] != '_']
196 bigl = dir(entity)
197 bigl.sort()
198 if "__all__" in bigl:
201 smalll = [s for s in bigl if s[:1] != '_']
210 bigl = os.listdir(expandedpath)
211 bigl.sort()
212 smalll = [s for s in bigl if s[:1] != '.']
217 smalll = bigl
218 return smalll, bigl