Home
last modified time | relevance | path

Searched defs:_fields (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py66 _fields = abstractproperty() variable in _NamedTupleABC
91 _fields = 'x y z' # such form will be transformed into ('x', 'y', 'z') variable in MyRecord
121 _fields = 'a, b' variable in MyRecord2
124 _fields = 'p', 'q', 'r' variable in MyRecord3
153 _fields = 'e f g h i j k' variable in MyRecord345
174 _fields = 'j k l x' variable in MyRecord4
177 _fields = 'j k l x y' variable in MyRecord5
208 _fields = 'j k l x y z' variable in MyRecord6