Function Karana::Core::findPythonReferences

Function Karana::Core::findPythonReferences#

Function Documentation#

inline std::string Karana::Core::findPythonReferences(Base *base)#

Get a string with Python references to the provided Base pointer.

If there are no references (or no Python interpreter), then return an empty string.

Parameters:

base – The pointer to the object we are searching for references for.

Returns:

A string with the references to the object, or an empty string if none were found.