Package fuzz :: Package visplugins :: Module num_gnuplot :: Class FuzzPyGnuplot
[hide private]
[frames] | no frames]

Class FuzzPyGnuplot

source code

               object --+    
                        |    
abc_plugin.AbstractPlugin --+
                            |
                           FuzzPyGnuplot

Gnuplot-py visualization plugin for FuzzPy.

Nested Classes [hide private]

Inherited from abc_plugin.AbstractPlugin: __metaclass__

Instance Methods [hide private]
 
__init__(self, obj=None, *args, **kwargs)
Plugin constructor.
source code
str
visualize(self, *args, **kwargs)
Gnuplot-py visualization mehod.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
bool
is_supported()
Return whether this plugin is supported.
source code
Class Variables [hide private]
  __abstractmethods__ = frozenset([])
  _abc_cache = set([])

Inherited from abc_plugin.AbstractPlugin: types

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, obj=None, *args, **kwargs)
(Constructor)

source code 

Plugin constructor.

Parameters:
Overrides: object.__init__

is_supported()
Static Method

source code 

Return whether this plugin is supported.

Returns: bool
True if the plugin can run in this environment.
Overrides: abc_plugin.AbstractPlugin.is_supported

visualize(self, *args, **kwargs)

source code 

Gnuplot-py visualization mehod.

Returns: str
Postscript visualization string.
Overrides: abc_plugin.AbstractPlugin.visualize