Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A DCOW.py36 __marker__ = tuple() variable in COWDictMeta
96 if value is cls.__marker__:
107 cls.__setitem__(key, cls.__marker__)
118 value = cls.__getreadonly__(key, cls.__marker__)
119 if value is cls.__marker__: