• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zopefoundation / Zope / 6263629025

21 Sep 2023 03:12PM UTC coverage: 82.146% (-0.01%) from 82.159%
6263629025

Pull #1164

github

web-flow
[pre-commit.ci lite] apply automatic fixes
Pull Request #1164: Move all linters to pre-commit.

4353 of 6963 branches covered (0.0%)

Branch coverage included in aggregate %.

487 of 487 new or added lines in 186 files covered. (100.0%)

27394 of 31684 relevant lines covered (86.46%)

0.86 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/webdav/hookable_PUT.py
1
# Implement the "hookable PUT" hook.
2
import re
×
3

4
import OFS.DTMLMethod
×
5

6

7
TEXT_PATTERN = re.compile(r'^text/.*$')
×
8

9

10
def PUT_factory(self, name, typ, body):
×
11
    """"""
12
    if TEXT_PATTERN.match(typ):
×
13
        return OFS.DTMLMethod.DTMLMethod('', __name__=name)
×
14
    return None
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc