bpo-31497: Add private helper `_PyType_Name()`. by serhiy-storchaka · Pull Request #3630 · python/cpython
Conversation
This function returns the last component of tp_name after a dot. Returns tp_name itself if it doesn't contain a dot.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters