SYMBOL INDEX (55 symbols across 14 files) FILE: djangular/finders.py class NamespacedAppDirectoriesFinder (line 9) | class NamespacedAppDirectoriesFinder(s_finders.AppDirectoriesFinder): method __init__ (line 16) | def __init__(self, app_names=None, *args, **kwargs): method find_in_app (line 23) | def find_in_app(self, app, path): class NamespacedAngularAppDirectoriesFinder (line 35) | class NamespacedAngularAppDirectoriesFinder(NamespacedAppDirectoriesFind... class NamespacedE2ETestAppDirectoriesFinder (line 41) | class NamespacedE2ETestAppDirectoriesFinder(NamespacedAppDirectoriesFind... class NamespacedAngularAppDirectoriesFinder (line 51) | class NamespacedAngularAppDirectoriesFinder(s_finders.AppDirectoriesFind... class NamespacedE2ETestAppDirectoriesFinder (line 57) | class NamespacedE2ETestAppDirectoriesFinder(s_finders.AppDirectoriesFind... class NamespacedLibTestAppDirectoriesFinder (line 63) | class NamespacedLibTestAppDirectoriesFinder(s_finders.AppDirectoriesFind... FILE: djangular/management/commands/startangularapp.py class Command (line 9) | class Command(utils.SiteAndPathUtils, TemplateCommand): method handle (line 19) | def handle(self, name, target=None, **options): FILE: djangular/middleware.py class AngularJsonVulnerabilityMiddleware (line 2) | class AngularJsonVulnerabilityMiddleware(object): method process_response (line 13) | def process_response(self, request, response): FILE: djangular/storage.py class NamespacedAngularAppStorage (line 9) | class NamespacedAngularAppStorage(AppStaticStorage): method __init__ (line 17) | def __init__(self, app, *args, **kwargs): method path (line 25) | def path(self, name): class NamespacedE2ETestAppStorage (line 30) | class NamespacedE2ETestAppStorage(AppStaticStorage): method __init__ (line 39) | def __init__(self, app, *args, **kwargs): class NamespacedLibTestAppStorage (line 49) | class NamespacedLibTestAppStorage(AppStaticStorage): method __init__ (line 58) | def __init__(self, app, *args, **kwargs): FILE: djangular/tests/test_base.py function _call_test_func (line 9) | def _call_test_func(self, test_fn): function test_with_angularseed_template_as_django_app (line 28) | def test_with_angularseed_template_as_django_app(test_fn): class TestAngularSeedAsPythonModuleTest (line 60) | class TestAngularSeedAsPythonModuleTest(SimpleTestCase): method test_init_py_created (line 63) | def test_init_py_created(self): FILE: djangular/tests/test_commands.py class StartAngularAppCommandTests (line 10) | class StartAngularAppCommandTests(TestCase): method setUp (line 11) | def setUp(self): method test_runs (line 17) | def test_runs(self): FILE: djangular/tests/test_finders.py class NamespacedAngularAppDirectoriesFinderTest (line 11) | class NamespacedAngularAppDirectoriesFinderTest(SimpleTestCase): method test_find (line 13) | def test_find(self): class NamespacedE2ETestAppDirectoriesFinderTest (line 28) | class NamespacedE2ETestAppDirectoriesFinderTest(SimpleTestCase): method test_find (line 31) | def test_find(self): FILE: djangular/tests/test_middleware.py class AngularJsonVulnerabilityMiddlewareTest (line 7) | class AngularJsonVulnerabilityMiddlewareTest(SimpleTestCase): method test_that_middleware_does_nothing_to_html_requests (line 9) | def test_that_middleware_does_nothing_to_html_requests(self): method test_that_middleware_does_nothing_to_js_requests (line 16) | def test_that_middleware_does_nothing_to_js_requests(self): method test_that_middleware_does_nothing_to_invalid_json_requests (line 23) | def test_that_middleware_does_nothing_to_invalid_json_requests(self): method test_that_middleware_adds_prefix_to_valid_json_requests (line 30) | def test_that_middleware_adds_prefix_to_valid_json_requests(self): FILE: djangular/tests/test_storage.py class NamespacedAppAngularStorageTest (line 9) | class NamespacedAppAngularStorageTest(SimpleTestCase): method test_source_dir_is_angular (line 10) | def test_source_dir_is_angular(self): method test_prefix_is_given_app_name (line 14) | def test_prefix_is_given_app_name(self): method test_prefix_is_given_app_name_for_more_complicated_scenario (line 19) | def test_prefix_is_given_app_name_for_more_complicated_scenario(self): class NamespacedE2ETestAppStorageTest (line 26) | class NamespacedE2ETestAppStorageTest(SimpleTestCase): method test_source_dir_is_tests (line 27) | def test_source_dir_is_tests(self): method test_prefix_is_given_app_name (line 31) | def test_prefix_is_given_app_name(self): method test_prefix_is_given_app_name_for_more_complicated_scenario (line 36) | def test_prefix_is_given_app_name_for_more_complicated_scenario(self): FILE: djangular/tests/test_urls.py class UrlsTests (line 5) | class UrlsTests(TestCase): method test_urls_import (line 6) | def test_urls_import(self): FILE: djangular/tests/test_utils.py class SiteAndPathUtilsTest (line 7) | class SiteAndPathUtilsTest(SimpleTestCase): method test_djangular_root (line 11) | def test_djangular_root(self): FILE: djangular/utils.py class SiteAndPathUtils (line 6) | class SiteAndPathUtils(object): method get_default_site_app (line 10) | def get_default_site_app(self): method get_default_site_path (line 16) | def get_default_site_path(self): method get_djangular_root (line 23) | def get_djangular_root(self): method get_project_root (line 29) | def get_project_root(self): FILE: djangular/views.py class DjangularModuleTemplateView (line 4) | class DjangularModuleTemplateView(TemplateView): method get_context_data (line 9) | def get_context_data(self, **kwargs): FILE: runtests.py function runtests (line 44) | def runtests():