C# 클래스 eveMarshal.PrettyPrinter

파일 보기 프로젝트 열기: stschake/eveMarshal 1 사용 예제들

공개 메소드들

메소드 설명
Print ( PyObject obj ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

Print() 공개 정적인 메소드

public static Print ( PyObject obj ) : string
obj PyObject
리턴 string