{"nwo":"Codility\/cui","sha":"48c6ee99f054dc1e33789723c03ae2d81bc54c87","path":"views.py","language":"python","identifier":"cui_sandbox","parameters":"(request)","argument_list":"","return_statement":"return render_cui({\n 'in_local': True,\n 'title': 'CUI sandbox'\n }, template='cui\/sandbox.html')","docstring":"Scaffolding to test various components of CUI.","docstring_summary":"Scaffolding to test various components of CUI.","docstring_tokens":["Scaffolding","to","test","various","components","of","CUI","."],"function":"def cui_sandbox(request):\n '''Scaffolding to test various components of CUI.'''\n return render_cui({\n 'in_local': True,\n 'title': 'CUI sandbox'\n }, template='cui\/sandbox.html')","function_tokens":["def","cui_sandbox","(","request",")",":","return","render_cui","(","{","'in_local'",":","True",",","'title'",":","'CUI sandbox'","}",",","template","=","'cui\/sandbox.html'",")"],"url":"https:\/\/github.com\/Codility\/cui\/blob\/48c6ee99f054dc1e33789723c03ae2d81bc54c87\/views.py#L35-L40"} {"nwo":"Codility\/cui","sha":"48c6ee99f054dc1e33789723c03ae2d81bc54c87","path":"views.py","language":"python","identifier":"cui_test","parameters":"(request)","argument_list":"","return_statement":"return render_cui({\n 'in_test': True,\n 'title': 'CUI tests'\n })","docstring":"Scaffolding for candidate interface JS tests.","docstring_summary":"Scaffolding for candidate interface JS tests.","docstring_tokens":["Scaffolding","for","candidate","interface","JS","tests","."],"function":"def cui_test(request):\n '''Scaffolding for candidate interface JS tests.'''\n\n return render_cui({\n 'in_test': True,\n 'title': 'CUI tests'\n })","function_tokens":["def","cui_test","(","request",")",":","return","render_cui","(","{","'in_test'",":","True",",","'title'",":","'CUI tests'","}",")"],"url":"https:\/\/github.com\/Codility\/cui\/blob\/48c6ee99f054dc1e33789723c03ae2d81bc54c87\/views.py#L42-L48"} {"nwo":"Codility\/cui","sha":"48c6ee99f054dc1e33789723c03ae2d81bc54c87","path":"views.py","language":"python","identifier":"cui_local","parameters":"(request)","argument_list":"","return_statement":"return render_cui({\n 'in_local': True,\n 'title': 'CUI'\n })","docstring":"Scaffolding for candidate interface with mock local server.","docstring_summary":"Scaffolding for candidate interface with mock local server.","docstring_tokens":["Scaffolding","for","candidate","interface","with","mock","local","server","."],"function":"def cui_local(request):\n '''Scaffolding for candidate interface with mock local server.'''\n\n return render_cui({\n 'in_local': True,\n 'title': 'CUI'\n })","function_tokens":["def","cui_local","(","request",")",":","return","render_cui","(","{","'in_local'",":","True",",","'title'",":","'CUI'","}",")"],"url":"https:\/\/github.com\/Codility\/cui\/blob\/48c6ee99f054dc1e33789723c03ae2d81bc54c87\/views.py#L50-L56"}