Procname.Python
type t = private {
class_name : PythonClassName.t option;
function_name : string;
arity : int option;
}
type kind =
| Fun of PythonClassName.t
Toplevel function name, or class constructor
| Init of PythonClassName.t
Initialized of a class, like C.__init__
C.__init__
| Other
Other methods