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

Public Member Functions

def __init__
 
def __nonzero__
 

Data Fields

 str
 

Detailed Description

Definition at line 25 of file news.py.

Constructor & Destructor Documentation

def __init__ (   self,
  str 
)

Definition at line 26 of file news.py.

26 
27  def __init__ (self,str):
self.str = str

Member Function Documentation

def __nonzero__ (   self)

Definition at line 28 of file news.py.

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

28 
29  def __nonzero__ (self):
30  print 'nonzeroing'
return saveVal(self.str)>0

Field Documentation

str

Definition at line 27 of file news.py.


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