Searched refs:rec33 (Results 1 – 1 of 1) sorted by relevance
144 rec33 = MyRecord33('foo', 'bar', 'baz') variable145 print(rec33)146 print(rec33._my_custom_method())147 print(rec33._replace(q=222))148 print(rec33._replace(q=222)._my_custom_method())