Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py92 def _my_custom_method(self): member in MyRecord
98 print(rec._my_custom_method())
100 print(rec._replace(y=222)._my_custom_method())
105 def _my_custom_method(self): member in MyAbstractRecord
128 print(rec2._my_custom_method())
130 print(rec2._replace(b=222)._my_custom_method())
134 print(rec3._my_custom_method())
146 print(rec33._my_custom_method())
157 print(rec345._my_custom_method())
166 def _my_custom_method(self): member in MyMixIn
[all …]