|
Adam Williamson |
4f8141 |
[TYPECHECK]
|
|
Adam Williamson |
4f8141 |
|
|
Adam Williamson |
4f8141 |
# add,bind,close,commit,delete,flush,rollback are for SQLAlchemy's
|
|
Adam Williamson |
4f8141 |
# scoped_session implementation, which uses __call__ to pass the call
|
|
Adam Williamson |
4f8141 |
# to a backing instance
|
|
Adam Williamson |
4f8141 |
|
|
Adam Williamson |
4f8141 |
# secure_filename is from werkzeug, which lazy loads functions from
|
|
Adam Williamson |
4f8141 |
# submodules
|
|
Adam Williamson |
4f8141 |
|
|
Adam Williamson |
4f8141 |
# get_object,set_target,shorthand,target are for some kind of
|
|
Adam Williamson |
4f8141 |
# shenanigans going on with flask and werkzeug proxying and pygit2
|
|
Adam Williamson |
4f8141 |
|
|
Adam Williamson |
4f8141 |
# GIT_REPOSITORY_INIT_SHARED_GROUP is for a constant we get from
|
|
Adam Williamson |
4f8141 |
# pygit2; we could use:
|
|
Adam Williamson |
4f8141 |
# pygit2.GIT_REPOSITORY_INIT_SHARED_GROUP
|
|
Adam Williamson |
4f8141 |
# instead of:
|
|
Adam Williamson |
4f8141 |
# pygit2.C.GIT_REPOSITORY_INIT_SHARED_GROUP
|
|
Adam Williamson |
4f8141 |
# and avoid the pylint error, but per
|
|
Adam Williamson |
4f8141 |
# https://github.com/libgit2/pygit2/issues/483
|
|
Adam Williamson |
4f8141 |
# that only works since a commit in early 2015 which may be too new
|
|
Adam Williamson |
4f8141 |
# to be safe
|
|
Adam Williamson |
4f8141 |
generated-members=GIT_REPOSITORY_INIT_SHARED_GROUP,add,bind,close,commit,delete,flush,get_object,rollback,secure_filename,set_target,shorthand,target
|