mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
dtoolbase: docstring clarification for record_python_type
[skip ci]
This commit is contained in:
parent
2627c433d6
commit
3a6f7fcde1
@ -210,7 +210,7 @@ record_alternate_name(TypeHandle type, const string &name) {
|
||||
#ifdef HAVE_PYTHON
|
||||
/**
|
||||
* Records the given Python type pointer in the type registry for the benefit
|
||||
* of interrogate.
|
||||
* of interrogate, which expects this to contain a Dtool_PyTypedObject.
|
||||
*/
|
||||
void TypeRegistry::
|
||||
record_python_type(TypeHandle type, PyObject *python_type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user