bpo-31497: Add private helper _PyType_Name(). (#3630)
This function returns the last component of tp_name after a dot. Returns tp_name itself if it doesn't contain a dot.
Showing
Please register or sign in to comment
This function returns the last component of tp_name after a dot. Returns tp_name itself if it doesn't contain a dot.