Searched refs:T_STRING_INPLACE (Results 1 – 6 of 6) sorted by relevance
58 case T_STRING_INPLACE: in PyMember_GetOne()268 case T_STRING_INPLACE: in PyMember_SetOne()
44 #define T_STRING_INPLACE 13 macro
112 self.assertEqual(ts.T_STRING_INPLACE, "hi")
9 .. T_STRING_INPLACE not described in main docs2233 :const:`T_STRING_INPLACE` attribute.
5943 …{"T_STRING_INPLACE", T_STRING_INPLACE, offsetof(test_structmembers, structmembers.inplace_member),…
12826 - Raise a TypeError when trying to delete a T_STRING_INPLACE struct member.