File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
third_party/2and3/google/protobuf/internal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Any_:
1515 def Is (self , descriptor : Any ): ...
1616
1717class Timestamp :
18- def ToJsonString (self ): ...
18+ def ToJsonString (self ) -> str : ...
1919 seconds : Any = ...
2020 nanos : Any = ...
2121 def FromJsonString (self , value : Any ) -> None : ...
@@ -32,7 +32,7 @@ class Timestamp:
3232 def FromDatetime (self , dt : datetime ) -> None : ...
3333
3434class Duration :
35- def ToJsonString (self ): ...
35+ def ToJsonString (self ) -> str : ...
3636 seconds : Any = ...
3737 nanos : Any = ...
3838 def FromJsonString (self , value : Any ) -> None : ...
@@ -48,7 +48,7 @@ class Duration:
4848 def FromTimedelta (self , td : Any ) -> None : ...
4949
5050class FieldMask :
51- def ToJsonString (self ): ...
51+ def ToJsonString (self ) -> str : ...
5252 def FromJsonString (self , value : Any ) -> None : ...
5353 def IsValidForDescriptor (self , message_descriptor : Any ): ...
5454 def AllFieldsFromDescriptor (self , message_descriptor : Any ) -> None : ...
You can’t perform that action at this time.
0 commit comments