Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(18) | Call(18) | Derive(0) | Import(0)
src/c/o/CollabQ-HEAD/actor/views.py CollabQ(Download)
im_notify = view.extra.get('im_notify', False) elif page == 'index': email = api.email_get_actor(request.user, view.nick) email_notify = view.extra.get('email_notify', False) im_address = api.im_get_actor(request.user, view.nick)
# check if we already have an email email = api.email_get_actor(request.user, view.nick) # otherwise look for an unconfirmed one
elif page == 'notifications': email = api.email_get_actor(request.user, view.nick) email_notify = view.extra.get('email_notify', False) im_address = api.im_get_actor(request.user, view.nick)
elif page == 'profile': # check if we already have an email email = api.email_get_actor(request.user, view.nick) # otherwise look for an unconfirmed one
src/j/a/JaikuEngine-HEAD/actor/views.py JaikuEngine(Download)
im_notify = view.extra.get('im_notify', False) elif page == 'index': email = api.email_get_actor(request.user, view.nick) email_notify = view.extra.get('email_notify', False) im_address = api.im_get_actor(request.user, view.nick)
# check if we already have an email email = api.email_get_actor(request.user, view.nick) # otherwise look for an unconfirmed one
elif page == 'notifications': email = api.email_get_actor(request.user, view.nick) email_notify = view.extra.get('email_notify', False) im_address = api.im_get_actor(request.user, view.nick)
elif page == 'profile': # check if we already have an email email = api.email_get_actor(request.user, view.nick) # otherwise look for an unconfirmed one
src/j/a/jaikuenginepatch-HEAD/actor/views.py jaikuenginepatch(Download)
im_notify = view.extra.get('im_notify', False) elif page == 'index': email = api.email_get_actor(request.user, view.nick) email_notify = view.extra.get('email_notify', False) im_address = api.im_get_actor(request.user, view.nick)
# check if we already have an email email = api.email_get_actor(request.user, view.nick) # otherwise look for an unconfirmed one
elif page == 'notifications': email = api.email_get_actor(request.user, view.nick) email_notify = view.extra.get('email_notify', False) im_address = api.im_get_actor(request.user, view.nick)
elif page == 'profile': # check if we already have an email email = api.email_get_actor(request.user, view.nick) # otherwise look for an unconfirmed one
src/j/a/JaikuEngine-HEAD/common/test/api.py JaikuEngine(Download)
def test_login_reset_delete_activation_afterwards(self): actor_ref = api.actor_get(api.ROOT, self.celebrity_nick) api.login_forgot(actor_ref, actor_ref.nick) email = api.email_get_actor(api.ROOT, actor_ref.nick) activation_ref = api.activation_get(api.ROOT, actor_ref.nick,
src/c/o/CollabQ-HEAD/common/test/api.py CollabQ(Download)
def test_login_reset_delete_activation_afterwards(self): actor_ref = api.actor_get(api.ROOT, self.celebrity_nick) api.login_forgot(actor_ref, actor_ref.nick) email = api.email_get_actor(api.ROOT, actor_ref.nick) activation_ref = api.activation_get(api.ROOT, actor_ref.nick,
src/j/a/jaikuenginepatch-HEAD/common/test/api.py jaikuenginepatch(Download)
def test_login_reset_delete_activation_afterwards(self): actor_ref = api.actor_get(api.ROOT, self.celebrity_nick) api.login_forgot(actor_ref, actor_ref.nick) email = api.email_get_actor(api.ROOT, actor_ref.nick) activation_ref = api.activation_get(api.ROOT, actor_ref.nick,
src/c/o/CollabQ-HEAD/login/tests.py CollabQ(Download)
'nick_or_email' : 'popular', }) email = api.email_get_actor(api.ROOT, 'popular') activation_ref = api.activation_get(api.ROOT, email,
src/j/a/JaikuEngine-HEAD/login/tests.py JaikuEngine(Download)
'nick_or_email' : 'popular', }) email = api.email_get_actor(api.ROOT, 'popular') activation_ref = api.activation_get(api.ROOT, email,
src/j/a/jaikuenginepatch-HEAD/login/tests.py jaikuenginepatch(Download)
'nick_or_email' : 'popular', }) email = api.email_get_actor(api.ROOT, 'popular') activation_ref = api.activation_get(api.ROOT, email,