C# Class eveMarshal.Marshal

ファイルを表示 Open project: stschake/eveMarshal

Public Methods

Method Description
Dict ( ) : PyDict
Process ( PyObject obj ) : byte[]
Tuple ( ) : PyTuple

Method Details

Dict() public static method

public static Dict ( ) : PyDict
return PyDict

Process() public static method

public static Process ( PyObject obj ) : byte[]
obj PyObject
return byte[]

Tuple() public static method

public static Tuple ( ) : PyTuple
return PyTuple