1. 首页
  2. 数据库
  3. 其它
  4. starlarkproto:在Starlark中支持protobuffers 源码

starlarkproto:在Starlark中支持protobuffers 源码

上传者: 2021-02-21 05:59:13上传 ZIP文件 20.38KB 热度 11次
星云母 在starlark中支持原缓冲! test = proto . file ( "github.com/emcfarlane/starlarkproto/testpb/star.proto" ) m = test . Message ( body = "Hello, world!" ) print ( m ) # Message(body = Hello, world!, type = UNKNOWN, ...) m . type = "GREETING" # Enums can be assigned by String, Int or proto.Enum p
用户评论