Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/j/a/JaikuEngine-HEAD/common/test/api.py JaikuEngine(Download)
comments = api.entry_get_comments(actor, entry.key().name()) self.assertEqual(len(comments), 1) entry_and_comments = api.entry_get_comments_with_entry_uuid(actor, entry.uuid) self.assertEqual(len(entry_and_comments), 1)
src/c/o/CollabQ-HEAD/common/test/api.py CollabQ(Download)
comments = api.entry_get_comments(actor, entry.key().name()) self.assertEqual(len(comments), 1) entry_and_comments = api.entry_get_comments_with_entry_uuid(actor, entry.uuid) self.assertEqual(len(entry_and_comments), 1)
src/j/a/jaikuenginepatch-HEAD/common/test/api.py jaikuenginepatch(Download)
comments = api.entry_get_comments(actor, entry.key().name()) self.assertEqual(len(comments), 1) entry_and_comments = api.entry_get_comments_with_entry_uuid(actor, entry.uuid) self.assertEqual(len(entry_and_comments), 1)