From b22f29bec136649d736b70d67abbe079c672b044 Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Mon, 3 Jan 2022 13:00:19 -0800 Subject: [PATCH] Add google.protobuf.internal.api_implementation (#6802) --- stubs/protobuf/google/protobuf/internal/api_implementation.pyi | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 stubs/protobuf/google/protobuf/internal/api_implementation.pyi diff --git a/stubs/protobuf/google/protobuf/internal/api_implementation.pyi b/stubs/protobuf/google/protobuf/internal/api_implementation.pyi new file mode 100644 index 000000000..4940124ff --- /dev/null +++ b/stubs/protobuf/google/protobuf/internal/api_implementation.pyi @@ -0,0 +1,3 @@ +def Type() -> str: ... +def Version() -> int: ... +def IsPythonDefaultSerializationDeterministic() -> bool: ...