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

Public Member Functions

def __init__
 
def get_lineno
 
def get_msg
 
def get_line
 

Data Fields

 line
 

Detailed Description

Definition at line 50 of file tabnanny.py.

Constructor & Destructor Documentation

def __init__ (   self,
  lineno,
  msg,
  line 
)

Definition at line 51 of file tabnanny.py.

51 
52  def __init__(self, lineno, msg, line):
self.lineno, self.msg, self.line = lineno, msg, line

Member Function Documentation

def get_line (   self)

Definition at line 57 of file tabnanny.py.

References NannyNag.line, MissingSectionHeaderError.line, Breakpoint.line, and BadStatusLine.line.

57 
58  def get_line(self):
59  return self.line
def get_lineno (   self)

Definition at line 53 of file tabnanny.py.

References NetrcParseError.lineno, shlex.lineno, Pdb.lineno, Class.lineno, MissingSectionHeaderError.lineno, and FileInput.lineno().

53 
54  def get_lineno(self):
return self.lineno
def get_msg (   self)

Definition at line 55 of file tabnanny.py.

References NetrcParseError.msg, GetoptError.msg, Error.msg, HTTPResponse.msg, HTTPError.msg, and Telnet.msg().

55 
56  def get_msg(self):
return self.msg

Field Documentation

line

Definition at line 52 of file tabnanny.py.


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