First I program in PyQt but can read code in Qt

I have a proxymodel derived QSortFilterProxyModel

I this class I reimplement filterAccepsRow()
Here I can access my data with model=sourceModel()

My question:

How can I access my data outside this filterAccepsRows() because in the class body sourceModel() is not working

Any hints are welcome.
Thanks in advance.