-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regex-lib-stub #601
Regex-lib-stub #601
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hype
@@ -357,7 +357,8 @@ The <b>file.remove</b> method deletes a file or directory (and it's contents) sp | |||
### file.replace | |||
|
|||
`file.replace(path: str, pattern: str, value: str) -> None` | |||
The <b>file.replace</b> method is very cool, and will be even cooler when Nick documents it. | |||
|
|||
Unimplemented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to escape responsibility I see
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #601 +/- ##
==========================================
- Coverage 70.97% 70.95% -0.02%
==========================================
Files 161 166 +5
Lines 10776 10801 +25
==========================================
+ Hits 7648 7664 +16
- Misses 2949 2958 +9
Partials 179 179 ☔ View full report in Codecov by Sentry. |
What type of PR is this?
/kind feature
/kind eldritch-library
What this PR does / why we need it:
for our string-oriented fiends
Which issue(s) this PR fixes:
Fixes QoL