C# Class MonoDevelop.IronPython.Completion.PythonSiteImpl

Afficher le fichier Open project: carlosalberto/IronPythonBinding Class Usage Examples

Méthodes publiques

Méthode Description
AddPath ( string path ) : void
ContainsPath ( string path ) : bool
PythonSiteImpl ( string name ) : System
RemovePath ( string path ) : void

Private Methods

Méthode Description
FindAll ( string name, List toParse ) : void
OnSave ( ) : bool
ParseFile ( string name ) : void
PathCombine ( ) : string

Method Details

AddPath() public méthode

public AddPath ( string path ) : void
path string
Résultat void

ContainsPath() public méthode

public ContainsPath ( string path ) : bool
path string
Résultat bool

PythonSiteImpl() public méthode

public PythonSiteImpl ( string name ) : System
name string
Résultat System

RemovePath() public méthode

public RemovePath ( string path ) : void
path string
Résultat void