Where to find class definitions

def app_callback(pad, info, user_data):
where is the definition of pad info and user_data ??
python raspberry pi hailo8

i found the answer python3 -c “import hailo; help(hailo)” > pythoncmd.txt
:slight_smile: