I am new to Python and wonder where can I can all the available arguments for the FunctionType in the types package?
I can found the related source code in here: https://github.com/python/cpython/blob/3.9/Lib/types.py
But I don't find clear definition of FunctionType.