Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
LessZero Class Reference

Public Member Functions

def __init__
 
def __nonzero__
 

Data Fields

 str
 

Detailed Description

Definition at line 31 of file news.py.

Constructor & Destructor Documentation

def __init__ (   self,
  str 
)

Definition at line 32 of file news.py.

32 
33  def __init__ (self,str):
self.str = str

Member Function Documentation

def __nonzero__ (   self)

Definition at line 34 of file news.py.

References news.saveVal(), NotZero.str, IsZero.str, GreaterZero.str, and LessZero.str.

34 
35  def __nonzero__ (self):
36  print 'nonzeroing'
37  return saveVal(self.str)<0

Field Documentation

str

Definition at line 33 of file news.py.


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