I just want to list all the reference nodes on the current Autodesk Maya scene file using python API (only), there is this class called MFileIO
in C++ API but that to returns the referenced file name not the reference node but there is no such class in Python API.
Please any suggestions regarding this.
Note: I don't want to use MEL or Python commands only through API.