Home
last modified time | relevance | path

Searched refs:my_method (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py89 self.my_method = descriptor.MethodDescriptor(
102 self.my_method
122 self.assertEqual(self.my_service, self.my_method.containing_service)
133 self.assertEqual(self.my_method.GetOptions(),
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py101 self.my_method = self.my_service.methods_by_name[method_proto.name]
129 self.assertEqual(self.my_service, self.my_method.containing_service)
140 self.assertEqual(self.my_method.GetOptions(),
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py92 def my_method(self): member in MyObject
887 self.executor.submit(my_object.my_method)

Completed in 5 milliseconds