Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A DCOW.py35 __hasmutable__ = False variable in COWDictMeta
56 cls.__hasmutable__ = True
152 if not cls.__warn__ is False and cls.__hasmutable__ and readonly is False:
157 if not cls.__warn__ is False and cls.__hasmutable__ and readonly is False: