Searched refs:T_STRING_INPLACE (Results 1 – 7 of 7) sorted by relevance
63 #define T_STRING_INPLACE 13 macro
108 case T_STRING_INPLACE: in PyMember_GetOne()333 case T_STRING_INPLACE: in PyMember_SetOne()
16 T_STRING_INPLACE = "T_STRING_INPLACE" variable
74 self.assertEqual(ts.T_STRING_INPLACE, "hi")
2637 …{"T_STRING_INPLACE", T_STRING_INPLACE, offsetof(test_structmembers, structmembers.inplace_member),…
9 .. T_STRING_INPLACE not described in main docs2209 :const:`T_STRING_INPLACE` attribute.
6498 - Raise a TypeError when trying to delete a T_STRING_INPLACE struct member.