Online and CHM
PythonParser Class
Members 



KellermanSoftware.StaticCodeAnalysis.Languages Namespace : PythonParser Class
Parse the Python Language
Syntax
'Declaration
 
Public Class PythonParser 
   Inherits BaseLanguageParser
'Usage
 
Dim instance As PythonParser
public class PythonParser : BaseLanguageParser 
public ref class PythonParser : public BaseLanguageParser 
Inheritance Hierarchy

System.Object
   KellermanSoftware.StaticCodeAnalysis.Languages.BaseLanguageParser
      KellermanSoftware.StaticCodeAnalysis.Languages.PythonParser

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PythonParser Members
KellermanSoftware.StaticCodeAnalysis.Languages Namespace