Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata_smart.py144 value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
148 class DataContext(dict): class