Skip to content

Conversation

penguinolog
Copy link
Collaborator

  • Signatures verified and updated
  • stubs without cyclic imports (no stubs for simple code)
  • py.typed added

* Signatures verified and updated
* stubs without cyclic imports (no stubs for simple code)
* py.typed added
@penguinolog penguinolog added the enhancement New feature or request label May 18, 2018
:type verbose: ``bool``
:param timeout: Timeout for command execution.
:type timeout: ``typing.Optional[int]``
:type timeout: ``typing.Union[int, None]``
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? I remember previously you replaced Union[x, None] with Optional

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None is not default here, and Optional for cases, when None is default. (Anyway Optional[T] === Union[None, T])

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 126

  • 15 of 15 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 123: 0.0%
Covered Lines: 933
Relevant Lines: 933

💛 - Coveralls

1 similar comment
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 126

  • 15 of 15 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 123: 0.0%
Covered Lines: 933
Relevant Lines: 933

💛 - Coveralls

@coveralls
Copy link
Collaborator

coveralls commented May 18, 2018

Pull Request Test Coverage Report for Build 126

  • 15 of 15 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 123: 0.0%
Covered Lines: 933
Relevant Lines: 933

💛 - Coveralls

@penguinolog penguinolog merged commit 814d435 into python-useful-helpers:master May 18, 2018
@penguinolog penguinolog deleted the stubs_typed branch May 18, 2018 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants