Home | History | Annotate | Download | only in ply

Lines Matching refs:_items

3052         _items = [(k,getattr(module,k)) for k in dir(module)]
3053 pdict = dict(_items)