Feature for testing the presence of palp

class sage.features.palp.Palp(*args, **kwds)[source]

Bases: JoinFeature

A Feature describing the presence of PALP.

class sage.features.palp.PalpExecutable(*args, **kwds)[source]

Bases: Executable

A Feature describing the presence of a PALP executable.

INPUT:

  • palpprog – string, one of 'poly', 'class', 'nef', 'cws'

  • suff – string or None

sage.features.palp.all_features()[source]