C# Class eveMarshal.PrettyPrinter

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

Public Methods

Method Description
Print ( PyObject obj ) : string

Private Methods

Method Description
Print ( StringBuilder builder, int indention, PyObject obj ) : void
PrintBool ( PyBool boolean ) : string
PrintBuffer ( PyBuffer buf ) : string
PrintChecksumedStream ( PyChecksumedStream obj ) : string
PrintDict ( PyDict dict ) : string
PrintFloat ( PyFloat fl ) : string
PrintInt ( PyInt integer ) : string
PrintIntegerVar ( PyIntegerVar intvar ) : string
PrintList ( PyList list ) : string
PrintLongLong ( PyLongLong ll ) : string
PrintNone ( PyNone none ) : string
PrintObjectData ( PyObjectData data ) : string
PrintObjectEx ( PyObjectEx obj ) : string
PrintPackedRow ( PyPackedRow packedRow ) : string
PrintRawData ( PyObject obj ) : string
PrintString ( PyString str, string indention ) : string
PrintSubStream ( PySubStream sub ) : string
PrintSubStruct ( PySubStruct substruct ) : string
PrintToken ( PyToken token ) : string
PrintTuple ( PyTuple tuple ) : string

Method Details

Print() public static method

public static Print ( PyObject obj ) : string
obj PyObject
return string