Searched defs:field_two (Results 1 – 3 of 3) sorted by relevance
43 string field_two = 2; field54 string field_two = 2; field
78 field_two = attr.ib() variable in TestClass
93 field_two = messages.EnumField(ThisEnum, 2, default=ThisEnum.VALUE_TWO) variable in MessageWithEnum