HWRF  trunk@4391
Public Member Functions | List of all members
hwrf.gribtask.LockDummy Class Reference

A Python "with" block construct that does nothing. More...

Detailed Description

A Python "with" block construct that does nothing.

Definition at line 33 of file gribtask.py.

Inheritance diagram for hwrf.gribtask.LockDummy:

Public Member Functions

def __enter__ (self)
 Do nothing at entry to a "with" block. More...
 
def __exit__ (self, etype, evalue, traceback)
 Do nothing upon exiting a "with" block. More...
 

Member Function Documentation

def hwrf.gribtask.LockDummy.__enter__ (   self)

Do nothing at entry to a "with" block.

Definition at line 35 of file gribtask.py.

def hwrf.gribtask.LockDummy.__exit__ (   self,
  etype,
  evalue,
  traceback 
)

Do nothing upon exiting a "with" block.

Parameters
etype,evalue,tracebackexception information to ignore.

Definition at line 37 of file gribtask.py.


The documentation for this class was generated from the following file: