We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libtmux.Server
libtmux.server.Server
This can cause tricky circular imports / cyclic dependency issues that get in the way of mypy, MonkeyType, and our API documentation.
Looking for feedback on this.
Is it a deal-breaker for you?
from libtmux import Server
from libtmux.server import Server
from libtmux import Session
from libtmux import Window
from libtmux.window import Window
from libtmux import Pane
from libtmux.pane import Pane
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This can cause tricky circular imports / cyclic dependency issues that get in the way of mypy, MonkeyType, and our API documentation.
Looking for feedback on this.
Is it a deal-breaker for you?
Server
Before
After
Session
Before
After
Window
Before
After
Pane
Before
After
The text was updated successfully, but these errors were encountered: