Definitions for "External Method"
an executable zope object like a PythonScript, only its code is stored on the filesystem and it's not restricted - it can do anything normal python code can do
a Python function defined in a file outside Zope in the file system
a Python module written on the file system and then accessed in Plone