python-ffap-setup-code
python-ffap-setup-code is a variable defined in `python.el
'.
Its value is "def __FFAP_get_module_path(module):\n try:\n import os\n path = __import__(module).__file__\n if path[-4:] == '.pyc' and os.path.exists(path[0:-1]):\n path = path[:-1]\n return path\n except:\n return ''"Documentation: Python code to get a module path. You can customize this variable.