How to write the function in Brownie respect to the same function of SmartContract

I want to run this solidity line function :

from my Brownie frame work , but I don’t know how to define variables in the Parentheses , could you tell me please what I have to put in fulfillBytesAndUint function in brownie ( according to the picture below ) respect to same function in solidity ( according to the picture above ) ??

Is None an actual value you want to pass or do you actually want to skip it? If you want to pass it, try converting it.

no None is not the value , I just want to call the function and send transaction for it .
my main problem is fully described here :
Why Token URI cannot find the Token Id?

I’m just checking this way to solve it .
Check the link please

For empty data, try an empty string or "". Or None without quotes.