HWRF
trunk@4391
|
This abstract base class represents something that is able to produce a GRIBGrid object when make() is called. More...
This abstract base class represents something that is able to produce a GRIBGrid object when make() is called.
Additional Inherited Members | |
![]() | |
def | is_ready (self, args, kwargs) |
Returns True if this object and its subobjects are all ready for a call to make, and False otherwise. More... | |
def | input_valid (self, kwargs) |
Returns True if the specified kwargs are valid and False otherwise. More... | |
def | make (self, regrib, kwargs) |
Runs the action this object should perform and returns another GRIBBase object. More... | |