Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
Empty Class Reference
Inheritance diagram for Empty:
Argument

Public Member Functions

def checkValidity
 
- Public Member Functions inherited from Argument
def __init__
 
def set
 
def isValid
 
def checkValidity
 
def warn
 
def printwarnings
 

Static Public Attributes

string NAME = "Empty"
 
- Static Public Attributes inherited from Argument
string NAME = "Argument"
 

Additional Inherited Members

- Data Fields inherited from Argument
 warnings
 
 value
 
 nextarg
 

Detailed Description

Definition at line 370 of file verify_missions.py.

Member Function Documentation

def checkValidity (   self)

Definition at line 374 of file verify_missions.py.

References locale.str(), log_faction_ships.tuple, SaveVariableCondition.value, _Stop.value, Argument.value, ErrorDuringImport.value, Boolean.value, DateTime.value, MiniFieldStorage.value, SetSaveVariable.value, Morsel.value, and GUIRadioButton.value.

375  def checkValidity(self):
376  if self.value is list() or self.value is tuple() or self.value is str():
377  return True
378  return False

Field Documentation

string NAME = "Empty"
static

Definition at line 372 of file verify_missions.py.


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