Open
Conversation
AdamShwert
commented
Jun 24, 2025
|
|
||
| .. versionadded:: 2.0 | ||
| """ | ||
| if iscoroutinefunction(func): |
AdamShwert
commented
Jun 24, 2025
|
|
||
| .. versionadded:: 2.0 | ||
| """ | ||
| if iscoroutinefunction(func): |
AdamShwert
commented
Sep 23, 2025
| @@ -1 +1 @@ | |||
| asdgasdhdsfhdsfh | |||
AdamShwert
commented
Oct 16, 2025
| reading. | ||
|
|
||
| For example, if the file ``schema.sql`` is next to the file | ||
| ``app.py`` where the ``Flask`` app is defined, it can be opened |
Owner
Author
There was a problem hiding this comment.
Suggested change
| ``app.py`` where the ``Flask`` app is defined, it can be opened | |
| ``app.py`` where the ``Flask`` app is defined, it can be opened asdfsadf |
AdamShwert
commented
Oct 16, 2025
| subfolders use forward slashes as separator. | ||
| :param mode: resource file opening mode, default is 'rb'. | ||
| """ | ||
| return open(os.path.join(self.instance_path, resource), mode) |
Owner
Author
There was a problem hiding this comment.
sdf asdfasd f
Suggested change
| return open(os.path.join(self.instance_path, resource), mode) | |
| return open(os.path.join(self.instance_pa |
Owner
Author
|
Owner
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Date.now()instead of instantiating a new Date object for performance reasonsNumber.prototype.toFixed()String.prototype.slice()for clarity and consistency