|        |   | 
- golem.helpers.generics.ns_dict_mixin(__builtin__.object)
 - 
- dataset
 - 
- caching_dataset
  
 
 
 
 
 
 
  
class caching_dataset(dataset) |  
    
|     |   | 
- Method resolution order:
 
- caching_dataset
 
- dataset
 
- golem.helpers.generics.ns_dict_mixin
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, cachefile, dbfile, dbformat, dictionaryfile, dictionarynamespace)
  
- go(self, graphfile, output=<open file '<stdout>', mode 'w' at 0x13068>, format='verbose', cache=None)
  
- loadcache(self)
  
- savecache(self)
  
 
Methods inherited from dataset: 
- addfunction(self, name, function, params)
  
- dispatch(self, format, cache=None)
  
- makeplot(self, format, graphfile)
  
- register(self, xconcepts, yconcepts, xpredicate=None, ypredicate=None, xreducer=None, yreducer=None)
  
 
Data and other attributes inherited from golem.helpers.generics.ns_dict_mixin: 
- __dict__ = <dictproxy object at 0x23bda90>
 - dictionary for instance variables (if defined)
  
- __weakref__ = <attribute '__weakref__' of 'ns_dict_mixin' objects>
 - list of weak references to the object (if defined)
  
- namespaced_dictionary = <class 'golem.helpers.generics.namespaced_dictionary'>
  
 |    
 
  
class dataset(golem.helpers.generics.ns_dict_mixin) |  
    
|     |   | 
- Method resolution order:
 
- dataset
 
- golem.helpers.generics.ns_dict_mixin
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, dbfile, dbformat, dictionaryfile, dictionarynamespace)
  
- addfunction(self, name, function, params)
  
- dispatch(self, format, cache=None)
  
- go(self, graphfile, output=<open file '<stdout>', mode 'w' at 0x13068>, format='verbose', cache=None)
  
- makeplot(self, format, graphfile)
  
- register(self, xconcepts, yconcepts, xpredicate=None, ypredicate=None, xreducer=None, yreducer=None)
  
 
Data and other attributes inherited from golem.helpers.generics.ns_dict_mixin: 
- __dict__ = <dictproxy object at 0x23bdad0>
 - dictionary for instance variables (if defined)
  
- __weakref__ = <attribute '__weakref__' of 'ns_dict_mixin' objects>
 - list of weak references to the object (if defined)
  
- namespaced_dictionary = <class 'golem.helpers.generics.namespaced_dictionary'>
  
 |    |