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

Public Member Functions

def __init__
 
def __nonzero__
 

Data Fields

 str
 

Detailed Description

Definition at line 13 of file news.py.

Constructor & Destructor Documentation

def __init__ (   self,
  str 
)

Definition at line 14 of file news.py.

14 
15  def __init__ (self,str):
self.str = str

Member Function Documentation

def __nonzero__ (   self)

Definition at line 16 of file news.py.

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

16 
17  def __nonzero__ (self):
18  print 'nonzeroing'
return saveVal(self.str)!=0

Field Documentation

str

Definition at line 15 of file news.py.


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