mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Due to the 'only model most specific spec' logic highlighted in previous commit, I'm changing away from MethodView/View, and use Django view instead. In practice this shouldn't matter at all, but for writing tests it would have been a nice fix to only have the "same name but more specific" logic apply when it's the same _definition_ location. We used to have this information available, but right now we don't... so instead of spending a lot of time rewriting the core library, I simply used a different class :D :O :(
13 lines
780 B
Plaintext
13 lines
780 B
Plaintext
| Django.Views.View~Subclass | find_subclass_test | Member[View] |
|
|
| Django.Views.View~Subclass | find_subclass_test | Member[clash] |
|
|
| flask.MethodView~Subclass | find_subclass_test | Member[C] |
|
|
| flask.View~Subclass | find_subclass_test | Member[A] |
|
|
| flask.View~Subclass | find_subclass_test | Member[B] |
|
|
| flask.View~Subclass | find_subclass_test | Member[ViewAliasInExcept] |
|
|
| flask.View~Subclass | find_subclass_test | Member[ViewAliasInTry] |
|
|
| flask.View~Subclass | find_subclass_test | Member[ViewAlias] |
|
|
| flask.View~Subclass | find_subclass_test | Member[View] |
|
|
| flask.View~Subclass | find_subclass_test | Member[clash3] |
|
|
| flask.View~Subclass | find_subclass_test | Member[clash] |
|
|
| flask.View~Subclass | find_subclass_test | Member[complete_module_alias] |
|