HomeSort by relevance Sort by last modified time
    Searched full:notimportant (Results 1 - 1 of 1) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py 187 class NotImportant(messages.Enum):
191 self.assertEquals(0, int(NotImportant.VALUE))
224 class NotImportant(messages.Enum):
229 self.assertEquals('I have a docstring.', NotImportant.__doc__)
    [all...]

Completed in 219 milliseconds