Home
last modified time | relevance | path

Searched refs:describe_method (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Ddescriptor_test.py296 described = descriptor.describe_method(remote_method)
331 expected.methods.append(descriptor.describe_method(MyService.method1))
332 expected.methods.append(descriptor.describe_method(MyService.method2))
504 self.assertEquals(descriptor.describe_method(Service.fn),
580 descriptor.describe_method(registry.RegistryService.services),
Ddescriptor.py420 def describe_method(method): function
456 methods.append(describe_method(method))
553 return describe_method(value)