mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
This commit is contained in:
parent
6a358bb948
commit
3e2c643ae0
10 changed files with 67 additions and 0 deletions
|
@ -593,6 +593,7 @@ EXPORT_FUNC(PyType_GetFlags)
|
|||
EXPORT_FUNC(PyType_GetModule)
|
||||
EXPORT_FUNC(PyType_GetModuleState)
|
||||
EXPORT_FUNC(PyType_GetName)
|
||||
EXPORT_FUNC(PyType_GetQualName)
|
||||
EXPORT_FUNC(PyType_GetSlot)
|
||||
EXPORT_FUNC(PyType_IsSubtype)
|
||||
EXPORT_FUNC(PyType_Modified)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue