MCPcopy Index your code

hub / github.com/realpython/discover-flask / functions

Functions47 in github.com/realpython/discover-flask

↓ 6 callersFunctionb
()
project/static/bootstrap.min.js:6
↓ 4 callersFunctionc
(c)
project/static/bootstrap.min.js:6
↓ 3 callersMethodis_active
(self)
project/models.py:44
↓ 1 callersFunctiond
()
project/static/bootstrap.min.js:6
↓ 1 callersFunctione
()
project/static/bootstrap.min.js:6
↓ 1 callersFunctionr
()
project/static/bootstrap.min.js:6
↓ 1 callersFunctionrun_migrations_offline
Run migrations in 'offline' mode. This configures the context with just a URL and not an Engine, though an Engine is acceptable here as w
migrations/env.py:27
↓ 1 callersFunctionrun_migrations_online
Run migrations in 'online' mode. In this scenario we need to create an Engine and associate a connection with the context.
migrations/env.py:45
Method__init__
(self, title, description, author_id)
project/models.py:17
Method__init__
(self, name, email, password)
project/models.py:36
Method__repr__
(self)
project/models.py:22
Method__repr__
(self)
project/models.py:53
Functioncov
Runs the unit tests with coverage.
manage.py:27
Methodcreate_app
(self)
tests/base.py:10
Functiondowngrade
()
migrations/versions/4a5b39003781_.py:30
Functiondowngrade
()
migrations/versions/3e0014fa59ca_.py:23
Functiondowngrade
()
migrations/versions/c1b2d6a2aa6_.py:23
Functionf
()
project/static/bootstrap.min.js:6
Methodget_id
(self)
project/models.py:50
Functionhome
()
project/home/views.py:30
Methodis_anonymous
(self)
project/models.py:47
Methodis_authenticated
(self)
project/models.py:41
Functionload_user
(user_id)
project/__init__.py:36
Functionlogin
()
project/users/views.py:29
Functionlogout
()
project/users/views.py:49
Functionregister
()
project/users/views.py:57
MethodsetUp
(self)
tests/base.py:14
MethodtearDown
(self)
tests/base.py:21
Functiontest
Runs the unit tests without coverage.
manage.py:20
Methodtest_check_password
(self)
tests/test_users.py:49
Methodtest_correct_login
(self)
tests/test_users.py:63
Methodtest_get_by_id
(self)
tests/test_users.py:40
Methodtest_incorrect_login
(self)
tests/test_users.py:75
Methodtest_incorrect_user_registeration
(self)
tests/test_users.py:30
Methodtest_index
(self)
tests/test_basic.py:11
Methodtest_login_page_loads
(self)
tests/test_users.py:58
Methodtest_logout
(self)
tests/test_users.py:84
Methodtest_logout_route_requires_login
(self)
tests/test_users.py:96
Methodtest_main_route_requires_login
(self)
tests/test_basic.py:16
Methodtest_posts_show_up_on_main_page
(self)
tests/test_basic.py:26
Methodtest_user_can_post
(self)
tests/test_blog.py:11
Methodtest_user_registeration
(self)
tests/test_users.py:17
Methodtest_welcome_route_works_as_expected
(self)
tests/test_basic.py:21
Functionupgrade
()
migrations/versions/4a5b39003781_.py:17
Functionupgrade
()
migrations/versions/3e0014fa59ca_.py:17
Functionupgrade
()
migrations/versions/c1b2d6a2aa6_.py:17
Functionwelcome
()
project/home/views.py:50