Skip to content

Commit

Permalink
Revert D57443704: lib/python/types.* : Add type hints, docstrings,
Browse files Browse the repository at this point in the history
Differential Revision:
D57443704

Original commit changeset: 1f4f07804165

Original Phabricator Diff: D57443704

fbshipit-source-id: c373964e1f9074d6b58b154f9256cec1c5ca6187
  • Loading branch information
miggaiowski authored and facebook-github-bot committed May 18, 2024
1 parent 6261ec6 commit 8821c0c
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 184 deletions.
2 changes: 1 addition & 1 deletion third-party/thrift/src/thrift/lib/python/types.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ cdef class Union(StructOrUnion):
cdef readonly object value
cdef void _fbthrift_load_cache(self) except *
cdef object _fbthrift_to_internal_data(self, type_value, value)
cdef void _fbthrift_set_union_value(self, int field_id, object value) except *
cdef void _fbthrift_update_type_value(self, type_value, value) except *
cdef folly.iobuf.IOBuf _serialize(Union self, Protocol proto)
cdef uint32_t _deserialize(Union self, folly.iobuf.IOBuf buf, Protocol proto) except? 0

Expand Down

0 comments on commit 8821c0c

Please sign in to comment.