Searched defs:py2_const_cast (Results 1 – 1 of 1) sorted by relevance
199 inline char *py2_const_cast(const char *s) { return const_cast<char *>(s); } in py2_const_cast() function201 inline const char *py2_const_cast(const char *s) { return s; } in py2_const_cast() function