Feature for testing the presence of FROBBY

class sage.features.frobby.Frobby(*args, **kwds)[source]

Bases: Executable

A Feature describing the presence of frobby.

EXAMPLES:

sage: from sage.features.frobby import Frobby
sage: Frobby().is_present()  # optional - frobby
FeatureTestResult('frobby_executable', True)
>>> from sage.all import *
>>> from sage.features.frobby import Frobby
>>> Frobby().is_present()  # optional - frobby
FeatureTestResult('frobby_executable', True)
sage.features.frobby.all_features()[source]