C# Class MonoDevelop.IronPython.Completion.PythonSiteImpl

Mostra file Open project: carlosalberto/IronPythonBinding Class Usage Examples

Public Methods

Method Description
AddPath ( string path ) : void
ContainsPath ( string path ) : bool
PythonSiteImpl ( string name ) : System
RemovePath ( string path ) : void

Private Methods

Method Description
FindAll ( string name, List toParse ) : void
OnSave ( ) : bool
ParseFile ( string name ) : void
PathCombine ( ) : string

Method Details

AddPath() public method

public AddPath ( string path ) : void
path string
return void

ContainsPath() public method

public ContainsPath ( string path ) : bool
path string
return bool

PythonSiteImpl() public method

public PythonSiteImpl ( string name ) : System
name string
return System

RemovePath() public method

public RemovePath ( string path ) : void
path string
return void