mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Add INTERNAL annotation to Response::InstanceSource
Since we need to reserve the flexibility to change this setup within the next few months, we don't want to commit to keeping this extension point around for the 12 months that the normal API deprecation cycle requires.
This commit is contained in:
@@ -99,6 +99,8 @@ module Flask {
|
||||
}
|
||||
|
||||
/**
|
||||
* INTERNAL: Do not use.
|
||||
*
|
||||
* A source of instances of `flask.Response`, extend this class to model new instances.
|
||||
*
|
||||
* This can include instantiations of the class, return values from function
|
||||
|
||||
Reference in New Issue
Block a user