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

SPF-OST / pytrnsys_gui / 11576810878

29 Oct 2024 03:09PM UTC coverage: 67.508% (-0.08%) from 67.591%
11576810878

push

github

web-flow
Merge pull request #564 from SPF-OST/560-black-change-line-length-to-pep8-standard-of-79-and-check-ci-reaction

changed line length in black to 79

1054 of 1475 new or added lines in 174 files covered. (71.46%)

150 existing lines in 74 files now uncovered.

10399 of 15404 relevant lines covered (67.51%)

0.68 hits per line

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

90.91
/trnsysGUI/sourceSink.py
1
import typing as _tp
1✔
2

3
import trnsysGUI.images as _img
1✔
4
from trnsysGUI.sourceSinkBase import SourceSinkBase
1✔
5

6

7
class SourceSink(SourceSinkBase):
1✔
8
    @classmethod
1✔
9
    @_tp.override
1✔
10
    def _getImageAccessor(
1✔
11
        cls,
12
    ) -> _img.SvgImageAccessor:  # pylint: disable=arguments-differ
UNCOV
13
        return _img.SOURCE_SINK_SVG
×
14

15
    @classmethod
1✔
16
    def _getInputAndOutputXPos(cls) -> tuple[int, int]:
1✔
17
        return (20, 40)
1✔
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

© 2026 Coveralls, Inc