C# Class Python.Runtime.Py

Mostra file Open project: pythonnet/pythonnet Class Usage Examples

Public Methods

Method Description
GIL ( ) : GILState
Import ( string name ) : PyObject
kw ( ) : KeywordArguments

Method Details

GIL() public static method

public static GIL ( ) : GILState
return GILState

Import() public static method

public static Import ( string name ) : PyObject
name string
return PyObject

kw() public static method

public static kw ( ) : KeywordArguments
return KeywordArguments