question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ASGIDispatch and WSGIDispatch should be importable from the top-level httpx package

See original GitHub issue

From #396:

ASGIDispatch and WSGIDispatch are documented as top-level but aren’t exposed at the top level. This is definitely an issue, I’d recommend the route of making both available top-level.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
sethmlarsoncommented, Sep 27, 2019

@mxahmed Let’s start with importing it at the top level, there’s a lot more work to do if we move towards not pulling everything to the top level package.

0reactions
mxmahercommented, Sep 27, 2019

@sethmlarson Alright then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

httpx 0.9.0 - PyPI
In order to ensure you are only ever working with public API you should make sure to only import the top-level package eg....
Read more >
unit testing - `python -m unittest discover` does not discover tests
For a project's tests to be compatible with test discovery they must all be importable from the top level directory of the project...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found