C# Class Python.Runtime.Py

Afficher le fichier Open project: pythonnet/pythonnet Class Usage Examples

Méthodes publiques

Méthode Description
GIL ( ) : GILState
Import ( string name ) : PyObject
kw ( ) : KeywordArguments

Method Details

GIL() public static méthode

public static GIL ( ) : GILState
Résultat GILState

Import() public static méthode

public static Import ( string name ) : PyObject
name string
Résultat PyObject

kw() public static méthode

public static kw ( ) : KeywordArguments
Résultat KeywordArguments