File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ private import semmle.python.frameworks.internal.InstanceTaintStepsHelper
1616 * Provides models for the `multidict` PyPI package.
1717 * See https://multidict.readthedocs.io/en/stable/.
1818 */
19- module MultiDict {
19+ module Multidict {
2020 /**
2121 * Provides models for a `MultiDictProxy` class:
2222 * - `multidict.MultiDictProxy`
@@ -88,6 +88,3 @@ module MultiDict {
8888 }
8989 }
9090}
91-
92- /** DEPRECATED: Alias for MultiDict */
93- deprecated module Multidict = MultiDict;
Original file line number Diff line number Diff line change @@ -1877,7 +1877,7 @@ private module StdlibPrivate {
18771877 API:: Node http ( ) { result = API:: moduleImport ( "http" ) }
18781878
18791879 /** Provides models for the `http` module. */
1880- module StdHttp {
1880+ module StdlibHttp {
18811881 // -------------------------------------------------------------------------
18821882 // http.server
18831883 // -------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module Yarl {
102102 }
103103
104104 /** An attribute read on a `yarl.URL` that is a `MultiDictProxy` instance. */
105- class YarlUrlMultiDictProxyInstance extends MultiDict :: MultiDictProxy:: InstanceSource {
105+ class YarlUrlMultiDictProxyInstance extends Multidict :: MultiDictProxy:: InstanceSource {
106106 YarlUrlMultiDictProxyInstance ( ) {
107107 this .( DataFlow:: AttrRead ) .getObject ( ) = Yarl:: Url:: instance ( ) and
108108 this .( DataFlow:: AttrRead ) .getAttributeName ( ) = "query"
You can’t perform that action at this time.
0 commit comments