Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f9d3153

Browse filesBrowse files
authored
Update docstrings.
1 parent 7c71c00 commit f9d3153
Copy full SHA for f9d3153

File tree

1 file changed

+6
-0
lines changed
Filter options

1 file changed

+6
-0
lines changed

‎stackoverflow/__init__.py

Copy file name to clipboardExpand all lines: stackoverflow/__init__.py
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99

1010
class StackOverflowImporter:
11+
"""
12+
`from stackoverflow import quick_sort` will go through the search results
13+
of `[python] quick sort` looking for the largest code block that doesn't
14+
syntax error in the highest voted answer from the highest voted question
15+
and return it as a module, or raise ImportError if there's no code at all.
16+
"""
1117
API_URL = "https://api.stackexchange.com"
1218

1319
@classmethod

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.