Home | History | Annotate | Download | only in ply

Lines Matching refs:_items

884         _items = [(k,getattr(module,k)) for k in dir(module)]
885 ldict = dict(_items)