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
97 if value is cls.__marker__:
108 cls.__setitem__(key, cls.__marker__)
119 value = cls.__getreadonly__(key, cls.__marker__)
120 if value is cls.__marker__: