Home
last modified time | relevance | path

Searched refs:ldict (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py436 ldict = f.f_globals.copy()
438 ldict.update(f.f_locals)
440 return ldict
493 handle = ldict.get(f,None)
546 self.ldict = ldict
575 tokens = self.ldict.get("tokens",None)
673 t = self.ldict[f]
863 ldict = None
881 ldict = dict(_items)
883 ldict = get_caller_module_dict(2)
[all …]
H A Dyacc.py2713 ldict = f.f_globals.copy()
2715 ldict.update(f.f_locals)
2717 return ldict