CodeSampleX

サンプル

serialize and deserialize schemaless binary data using flatbuffers.flexbuffers

sha256:8ce22f6a1804ffe1bf53b5addb814dff919ba210773a0079a8d41e069f6faea2

このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。 合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。 MIT-0

実行証拠

宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。

証拠の基準
署名済みコントラクト合格
検証レシート
1
ビルドした署名鍵
1
宣言された環境 python 3.12 linux 24 · ubuntu · glibc 2.39 x64 python 3.12 python uv

検証実行環境

環境 コントラクト ステージ 実行日
python 3.12 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · python@1python:3.12-alpine@sha256:d09d15e60962…
2026-08-28

ケース

HOW
ゴール
serialize and deserialize schemaless binary data using flatbuffers.flexbuffers
パッケージ
シンボル
  • flatbuffers.flexbuffers
環境
python 3.12
作成日
2026-08-28T03:40:58Z

コントラクト

  1. flexbuffers.Dumps and flexbuffers.Loads perform round-trip serialization of nested dictionaries, lists, primitives, blobs, and None
  2. flexbuffers.GetRoot provides zero-copy schema-less reference access to root map with typed field inspection
  3. flexbuffers.Builder with Map context manager serializes keyed scalars, strings, blobs, and booleans
  4. flexbuffers.Builder with Vector and TypedVector context managers serializes heterogeneous and homogeneous element arrays
  5. flexbuffers.Builder element helpers VectorFromElements and TypedVectorFromElements serialize Python lists into vectors
  6. flexbuffers.Ref supports in-place binary mutation of integers, floats, booleans, and fixed-length strings via Mutate methods
  7. flexbuffers.Map raises KeyError when accessing a non-existent key
  8. flexbuffers.Builder.Clear resets builder internal state enabling buffer reuse

ファイル

  • PROMPT.md
  • csx.json
  • pyproject.toml
  • requirements.txt
  • spec.json
  • test/contract.py
  • uv.lock

ソースアーティファクトをダウンロード (tar.gz)

オリジンシーダー

匿名