Searched refs:function_spec_proto (Results 1 – 2 of 2) sorted by relevance
108 def _deserialize_function_spec(function_spec_proto, coder): argument110 typeless_fullargspec = coder.decode_proto(function_spec_proto.fullargspec)119 is_method = function_spec_proto.is_method120 args_to_prepend = coder.decode_proto(function_spec_proto.args_to_prepend)121 kwargs_to_include = coder.decode_proto(function_spec_proto.kwargs_to_include)122 input_signature = coder.decode_proto(function_spec_proto.input_signature)
81 function_spec_proto = _serialize_function_spec(function.function_spec, coder)82 proto.function_spec.CopyFrom(function_spec_proto)