Under General instructions https://docs.python.org/3.14/library/dis.html#opcode-NOP there is a list of all available opcodes and a description of what they do and what oparg they have (if any). but for some reason SEND_GEN isn't mentioned anywhere in the documentation
Linked PRs