본문으로 건너뛰기

저장 Report JSON 검증

저장 revision JSON을 native codec으로 검증해 불변 값으로 만듭니다.

문법

text
px.ReportDocument.from_wire(document: dict) -> 'ReportDocument'

예제

python
document = px.ReportDocument.from_wire(stored_revision)

규칙

reader projection이나 pending command batch는 받지 않습니다. 잘못된 문서에는 native structured diagnostic이 붙은 ValueError가 발생합니다.

정확한 저장 경계는 SDK 문법을 따릅니다.