I am trying to figure out how to document the fileIsImportant callback function in the code, so that it shows up in the epydoc output. Is there a standard way to document the expected parameters for a callback? Something like "@type", but relating to the callable itself, not the variable referencing the callback? -- - Charles Lepple