uclchem.debug# Functions to help debugging UCLCHEM Module Contents# Functions# get_f2py_signature(→ str) Get the signature of the UCLCHEM fortran code uclchem.debug.get_f2py_signature(write=False) → str[source]# Get the signature of the UCLCHEM fortran code Parameters: write (bool, optional) – Write to disk. Defaults to False. Returns: Signature of the UCLCHEM fortran code from the f2py wrapper Return type: str