content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
from datetime import datetime\n\ndef parse(timestamp: str, utc: bool = ..., produce_naive: bool = ...) -> datetime: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\pyrfc3339\parser.pyi | parser.pyi | Other | 118 | 0.85 | 0.333333 | 0 | awesome-app | 342 | 2023-10-29T22:29:51.817549 | BSD-3-Clause | false | 77d1951648663db980412c466d14ef1d |
from datetime import datetime, timedelta, tzinfo\nfrom typing import Optional\n\nclass FixedOffset(tzinfo):\n def __init__(self, hours: float, minutes: float) -> None: ...\n def dst(self, dt: Optional[datetime]) -> timedelta: ...\n def utcoffset(self, dt: Optional[datetime]) -> timedelta: ...\n def tzname(s... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\pyrfc3339\utils.pyi | utils.pyi | Other | 447 | 0.85 | 0.636364 | 0 | react-lib | 716 | 2024-03-03T20:05:02.498763 | GPL-3.0 | false | 8c32200ca6ff3b21934c0c72825eb1b5 |
from .generator import generate as generate\nfrom .parser import parse as parse\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\pyrfc3339\__init__.pyi | __init__.pyi | Other | 79 | 0.65 | 0 | 0 | node-utils | 276 | 2025-06-11T22:50:07.083642 | Apache-2.0 | false | 483953c7c7e2428cd4f0f5fd68dab588 |
from __future__ import print_function\n\nimport types\nimport typing\nimport unittest\nfrom builtins import next as next\nfrom functools import wraps as wraps\nfrom io import BytesIO as BytesIO, StringIO as StringIO\nfrom typing import (\n Any,\n AnyStr,\n Callable,\n Dict,\n ItemsView,\n Iterable,\n ... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\__init__.pyi | __init__.pyi | Other | 4,169 | 0.95 | 0.36 | 0.029126 | python-kit | 533 | 2023-12-14T02:08:54.373532 | BSD-3-Clause | false | 2ab19af6dc5271e4d06175d810eba9b0 |
from http.server import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\BaseHTTPServer.pyi | BaseHTTPServer.pyi | Other | 26 | 0.65 | 0 | 0 | react-lib | 574 | 2024-06-17T16:23:29.651083 | MIT | false | 59c113ba8da07ed8b8cf1d9fa0cb0a08 |
from builtins import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\builtins.pyi | builtins.pyi | Other | 23 | 0.65 | 0 | 0 | python-kit | 986 | 2024-04-12T19:14:08.637685 | BSD-3-Clause | false | d7562647d6b71842a4288a4d128e71a4 |
from http.server import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\CGIHTTPServer.pyi | CGIHTTPServer.pyi | Other | 26 | 0.65 | 0 | 0 | node-utils | 452 | 2023-09-21T15:09:28.166355 | BSD-3-Clause | false | 59c113ba8da07ed8b8cf1d9fa0cb0a08 |
from collections.abc import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\collections_abc.pyi | collections_abc.pyi | Other | 30 | 0.65 | 0 | 0 | vue-tools | 524 | 2024-02-04T07:14:56.394188 | MIT | false | 52c1e5277b42ad352d96a1bd5401f7bc |
from configparser import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\configparser.pyi | configparser.pyi | Other | 27 | 0.65 | 0 | 0 | awesome-app | 993 | 2025-06-29T14:53:28.881973 | GPL-3.0 | false | 96f1d00a95381dcfd60ad2aa745d0310 |
from pickle import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\cPickle.pyi | cPickle.pyi | Other | 21 | 0.65 | 0 | 0 | python-kit | 51 | 2024-06-09T00:24:02.377848 | MIT | false | fa259fc7f029620666c8b3d08d025a7f |
from email.mime.base import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\email_mime_base.pyi | email_mime_base.pyi | Other | 30 | 0.65 | 0 | 0 | node-utils | 410 | 2024-03-07T13:27:11.455094 | BSD-3-Clause | false | ff4bcee3cf8667ab29fba8f01d4849e2 |
from email.mime.multipart import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\email_mime_multipart.pyi | email_mime_multipart.pyi | Other | 35 | 0.65 | 0 | 0 | vue-tools | 338 | 2023-11-16T20:48:53.750576 | BSD-3-Clause | false | f117994bd56265ad287f2057dba3800e |
from email.mime.nonmultipart import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\email_mime_nonmultipart.pyi | email_mime_nonmultipart.pyi | Other | 38 | 0.65 | 0 | 0 | awesome-app | 985 | 2024-05-11T19:40:24.834745 | BSD-3-Clause | false | 2f0f0cf7b13e1cb958547790f2565320 |
from email.mime.text import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\email_mime_text.pyi | email_mime_text.pyi | Other | 30 | 0.65 | 0 | 0 | vue-tools | 1 | 2024-04-30T19:22:41.560794 | Apache-2.0 | false | 7d8e766c47b809611a1a25b5b0f7855e |
from html.entities import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\html_entities.pyi | html_entities.pyi | Other | 28 | 0.65 | 0 | 0 | python-kit | 581 | 2024-04-19T15:16:06.818527 | BSD-3-Clause | false | 86724120bd16a713e132aee6f98f18a5 |
from html.parser import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\html_parser.pyi | html_parser.pyi | Other | 26 | 0.65 | 0 | 0 | vue-tools | 183 | 2025-03-11T11:48:10.175388 | BSD-3-Clause | false | 3f03d9d7ed87deaddea2111e9d57ce57 |
from http.client import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\http_client.pyi | http_client.pyi | Other | 26 | 0.65 | 0 | 0 | awesome-app | 266 | 2023-08-02T11:16:08.604673 | Apache-2.0 | false | 97192f2735439f6dc9002060c6f75785 |
from http.cookiejar import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\http_cookiejar.pyi | http_cookiejar.pyi | Other | 29 | 0.65 | 0 | 0 | node-utils | 892 | 2024-06-04T15:31:42.116420 | GPL-3.0 | false | 6e7e18b4d9379e73005f17bc9a0a4944 |
from http.cookies import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\http_cookies.pyi | http_cookies.pyi | Other | 27 | 0.65 | 0 | 0 | python-kit | 784 | 2023-11-23T17:32:04.993337 | BSD-3-Clause | false | dac6ebb3b2573cf231b1ef6de893f4f1 |
from queue import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\queue.pyi | queue.pyi | Other | 20 | 0.65 | 0 | 0 | vue-tools | 204 | 2023-11-14T10:22:35.690395 | MIT | false | 214a90326750594806c01a7cd1eae6a7 |
from reprlib import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\reprlib.pyi | reprlib.pyi | Other | 22 | 0.65 | 0 | 0 | vue-tools | 189 | 2025-07-04T00:23:55.651319 | MIT | false | b5b71c62433c7f2b9e1d676dd0db0230 |
from http.server import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\SimpleHTTPServer.pyi | SimpleHTTPServer.pyi | Other | 26 | 0.65 | 0 | 0 | vue-tools | 282 | 2023-10-16T14:11:14.992780 | MIT | false | 59c113ba8da07ed8b8cf1d9fa0cb0a08 |
from socketserver import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\socketserver.pyi | socketserver.pyi | Other | 27 | 0.65 | 0 | 0 | awesome-app | 261 | 2024-12-30T03:05:31.864035 | BSD-3-Clause | false | 7bc0baff87df93ff705252601462042a |
from tkinter import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\tkinter.pyi | tkinter.pyi | Other | 22 | 0.65 | 0 | 0 | vue-tools | 212 | 2023-12-17T00:18:15.066195 | MIT | false | baaac9c43c842bd7ae04c6960eb73619 |
from tkinter.commondialog import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\tkinter_commondialog.pyi | tkinter_commondialog.pyi | Other | 35 | 0.65 | 0 | 0 | python-kit | 50 | 2024-04-24T07:05:13.755863 | GPL-3.0 | false | cb565c09a73f00d54159b7a6ce372c19 |
from tkinter.constants import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\tkinter_constants.pyi | tkinter_constants.pyi | Other | 32 | 0.65 | 0 | 0 | node-utils | 704 | 2024-02-20T16:23:06.444630 | BSD-3-Clause | false | e5da015ca93d80f76fac834caa92aaa2 |
from tkinter.dialog import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\tkinter_dialog.pyi | tkinter_dialog.pyi | Other | 29 | 0.65 | 0 | 0 | python-kit | 566 | 2025-04-21T09:03:43.625908 | Apache-2.0 | false | 5e63a2eace38e60a62d9fda6ac0d6d92 |
from tkinter.filedialog import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\tkinter_filedialog.pyi | tkinter_filedialog.pyi | Other | 33 | 0.65 | 0 | 0 | python-kit | 442 | 2024-05-09T11:33:45.006478 | GPL-3.0 | false | f8d574ac9b02c149019de779c681cfa4 |
from tkinter.filedialog import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\tkinter_tkfiledialog.pyi | tkinter_tkfiledialog.pyi | Other | 33 | 0.65 | 0 | 0 | node-utils | 706 | 2025-02-05T08:04:08.116173 | GPL-3.0 | false | f8d574ac9b02c149019de779c681cfa4 |
from tkinter.ttk import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\tkinter_ttk.pyi | tkinter_ttk.pyi | Other | 26 | 0.65 | 0 | 0 | awesome-app | 329 | 2024-07-21T07:30:24.056668 | MIT | false | ecac18f17295ffda92d3a5c3372ef0cd |
from urllib.error import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib_error.pyi | urllib_error.pyi | Other | 27 | 0.65 | 0 | 0 | awesome-app | 838 | 2024-03-02T02:47:17.590133 | MIT | false | 3b22755466cb7b3808271a04cbd6eb2b |
from urllib.parse import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib_parse.pyi | urllib_parse.pyi | Other | 27 | 0.65 | 0 | 0 | python-kit | 959 | 2023-11-06T11:00:17.241904 | Apache-2.0 | false | b6559b7c1865cc5d68074152f93a7928 |
from .urllib.request import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib_request.pyi | urllib_request.pyi | Other | 30 | 0.65 | 0 | 0 | node-utils | 955 | 2023-12-24T19:18:11.469548 | Apache-2.0 | false | 6cab3b7235e3533561f8a62233222aa2 |
from .urllib.response import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib_response.pyi | urllib_response.pyi | Other | 31 | 0.65 | 0 | 0 | awesome-app | 300 | 2024-01-03T03:33:43.953342 | BSD-3-Clause | false | 2cdece13bcc1f06cc37015a2bc994768 |
from urllib.robotparser import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib_robotparser.pyi | urllib_robotparser.pyi | Other | 33 | 0.65 | 0 | 0 | react-lib | 360 | 2024-07-16T16:02:51.220541 | BSD-3-Clause | false | eec1c2c31eaf29e9e993aa9c233c8341 |
from _dummy_thread import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\_dummy_thread.pyi | _dummy_thread.pyi | Other | 28 | 0.65 | 0 | 0 | vue-tools | 413 | 2024-04-13T08:51:51.741932 | MIT | false | 3e1afd672458ee6879b8a01798c0f655 |
from _thread import *\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\_thread.pyi | _thread.pyi | Other | 22 | 0.65 | 0 | 0 | awesome-app | 332 | 2023-12-15T15:56:06.841954 | MIT | false | 264bddb3174e841f3290f783e4529e03 |
# Stubs for six.moves\n#\n# Note: Commented out items means they weren't implemented at the time.\n# Uncomment them when the modules have been added to the typeshed.\nimport importlib\nimport shlex\nfrom builtins import filter as filter, input as input, map as map, range as range, zip as zip\nfrom collections import Us... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\__init__.pyi | __init__.pyi | Other | 2,363 | 0.95 | 0.015385 | 0.258065 | awesome-app | 273 | 2025-02-10T22:56:46.280472 | BSD-3-Clause | false | 09c4590c729d7a5a3903e696c3537330 |
from urllib.error import ContentTooShortError as ContentTooShortError, HTTPError as HTTPError, URLError as URLError\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib\error.pyi | error.pyi | Other | 116 | 0.85 | 0 | 0 | python-kit | 92 | 2023-09-09T03:32:51.197182 | MIT | false | 18bf6b3d9de0b9f9670d9b6c07b55b79 |
# Stubs for six.moves.urllib.parse\n#\n# Note: Commented out items means they weren't implemented at the time.\n# Uncomment them when the modules have been added to the typeshed.\n# from urllib.parse import splitquery as splitquery\n# from urllib.parse import splittag as splittag\n# from urllib.parse import splituser a... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib\parse.pyi | parse.pyi | Other | 981 | 0.95 | 0.033333 | 0.233333 | react-lib | 726 | 2023-09-16T12:01:12.254237 | GPL-3.0 | false | 3009984178e2f09b91aa70d538ff8fc9 |
# Stubs for six.moves.urllib.request\n#\n# Note: Commented out items means they weren't implemented at the time.\n# Uncomment them when the modules have been added to the typeshed.\n# from urllib.request import proxy_bypass as proxy_bypass\nfrom urllib.request import (\n AbstractBasicAuthHandler as AbstractBasicAuth... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib\request.pyi | request.pyi | Other | 1,639 | 0.95 | 0.02439 | 0.121951 | awesome-app | 33 | 2024-06-18T15:55:33.536067 | MIT | false | 149c8fc6ee5dc1d9f56d69823508f45a |
# Stubs for six.moves.urllib.response\n#\n# Note: Commented out items means they weren't implemented at the time.\n# Uncomment them when the modules have been added to the typeshed.\n# from urllib.response import addbase as addbase\n# from urllib.response import addclosehook as addclosehook\n# from urllib.response impo... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib\response.pyi | response.pyi | Other | 389 | 0.95 | 0.125 | 0.875 | awesome-app | 85 | 2024-09-26T05:19:59.704770 | MIT | false | 1a6452adbee5df1e4737499bd1da903f |
from urllib.robotparser import RobotFileParser as RobotFileParser\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib\robotparser.pyi | robotparser.pyi | Other | 66 | 0.65 | 0 | 0 | awesome-app | 543 | 2024-02-17T03:30:49.842434 | BSD-3-Clause | false | 30f8ef6f9ae42c1573ae6e8ea7e13367 |
import six.moves.urllib.error as error\nimport six.moves.urllib.parse as parse\nimport six.moves.urllib.request as request\nimport six.moves.urllib.response as response\nimport six.moves.urllib.robotparser as robotparser\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\six\moves\urllib\__init__.pyi | __init__.pyi | Other | 217 | 0.85 | 0 | 0 | vue-tools | 814 | 2025-02-28T20:44:08.224879 | BSD-3-Clause | false | f3ae2c07dd91df9d44c138f71bd45f37 |
import typing\nfrom typing import Any, Iterator, Optional, Union\n\nclass NodeVisitor:\n def visit(self, node: AST) -> Any: ...\n def generic_visit(self, node: AST) -> None: ...\n\nclass NodeTransformer(NodeVisitor):\n def generic_visit(self, node: AST) -> None: ...\n\ndef parse(source: Union[str, bytes], file... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\typed_ast\ast27.pyi | ast27.pyi | Other | 6,949 | 0.95 | 0.358209 | 0.003774 | vue-tools | 512 | 2024-01-03T01:23:14.470271 | MIT | false | b28c9b3d94ed41f66d75d4b087936688 |
import typing\nfrom typing import Any, Iterator, Optional, Union\n\nclass NodeVisitor:\n def visit(self, node: AST) -> Any: ...\n def generic_visit(self, node: AST) -> None: ...\n\nclass NodeTransformer(NodeVisitor):\n def generic_visit(self, node: AST) -> None: ...\n\ndef parse(source: Union[str, bytes], file... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\typed_ast\ast3.pyi | ast3.pyi | Other | 7,946 | 0.95 | 0.341146 | 0.003289 | node-utils | 425 | 2023-12-25T13:21:44.879784 | BSD-3-Clause | false | 074500ab342a8eebc94491b8405293e3 |
from . import ast3, ast27\n\ndef py2to3(ast: ast27.AST) -> ast3.AST: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\typed_ast\conversions.pyi | conversions.pyi | Other | 71 | 0.65 | 0.333333 | 0 | awesome-app | 902 | 2024-10-11T21:50:46.271609 | BSD-3-Clause | false | dcdca3eb3c43600f839bc0db0b486424 |
from socket import SocketType\nfrom typing import Any, Dict, FrozenSet, Iterable, List, Optional, Sequence, Set, Tuple, Union\n\nfrom .compat import HAS_IPV6 as HAS_IPV6, PY2 as PY2, WIN as WIN, string_types as string_types\nfrom .proxy_headers import PROXY_HEADERS as PROXY_HEADERS\n\ntruthy: FrozenSet\nKNOWN_PROXY_HEA... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\adjustments.pyi | adjustments.pyi | Other | 2,162 | 0.85 | 0.245902 | 0 | vue-tools | 769 | 2025-04-20T16:49:59.847683 | GPL-3.0 | false | cc898d6f992f118d0c18b8be2c0f38b2 |
from io import BufferedIOBase, BufferedRandom, BytesIO\nfrom typing import Any, Callable, Optional\n\nCOPY_BYTES: int\nSTRBUF_LIMIT: int\n\nclass FileBasedBuffer:\n remain: int = ...\n file: BytesIO = ...\n def __init__(self, file: BytesIO, from_buffer: Optional[BytesIO] = ...) -> None: ...\n def __len__(se... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\buffers.pyi | buffers.pyi | Other | 2,179 | 0.85 | 0.596491 | 0 | awesome-app | 538 | 2023-09-05T17:09:07.936957 | GPL-3.0 | false | f2ad5c5e2bb8873b6e388e014d321943 |
from socket import SocketType\nfrom threading import Condition, Lock\nfrom typing import Mapping, Optional, Sequence, Tuple\n\nfrom waitress.adjustments import Adjustments\nfrom waitress.buffers import OverflowableBuffer\nfrom waitress.parser import HTTPRequestParser\nfrom waitress.server import BaseWSGIServer\nfrom wa... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\channel.pyi | channel.pyi | Other | 1,843 | 0.85 | 0.285714 | 0 | vue-tools | 340 | 2024-10-08T03:56:20.720091 | Apache-2.0 | false | 805f7cdf1aca4b8363bbd9e141bc8fcd |
import sys\nfrom io import TextIOWrapper\nfrom typing import Any, Optional, Tuple\n\nPY2: bool\nPY3: bool\nWIN: bool\nstring_types: Tuple[\n str,\n]\ninteger_types: Tuple[\n int,\n]\nclass_types: Tuple[\n type,\n]\ntext_type = str\nbinary_type = bytes\nlong = int\n\ndef unquote_bytes_to_wsgi(bytestring: bytes)... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\compat.pyi | compat.pyi | Other | 719 | 0.85 | 0.179487 | 0 | awesome-app | 128 | 2024-09-24T01:56:26.150730 | MIT | false | cec6db5247988f4868e791184be879ec |
from io import BytesIO\nfrom typing import Mapping, Optional, Pattern, Sequence, Tuple, Union\n\nfrom waitress.adjustments import Adjustments\nfrom waitress.receiver import ChunkedReceiver, FixedStreamReceiver\nfrom waitress.utilities import Error\n\nfrom .rfc7230 import HEADER_FIELD as HEADER_FIELD\n\nclass ParsingErr... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\parser.pyi | parser.pyi | Other | 1,442 | 0.85 | 0.255814 | 0 | awesome-app | 862 | 2025-06-20T01:29:12.377341 | MIT | false | f97d08c56f30ad5ef94588d8ef27ec99 |
from collections import namedtuple\nfrom logging import Logger\nfrom typing import Any, Callable, Mapping, Optional, Sequence, Set\n\nfrom .utilities import BadRequest as BadRequest\n\nPROXY_HEADERS: frozenset\n\nForwarded = namedtuple("Forwarded", ["by", "for_", "host", "proto"])\n\nclass MalformedProxyHeader(Exceptio... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\proxy_headers.pyi | proxy_headers.pyi | Other | 1,100 | 0.85 | 0.1875 | 0 | awesome-app | 819 | 2024-11-04T03:59:35.933749 | BSD-3-Clause | false | 59b2938aa9039867137debd23378860a |
from io import BytesIO\nfrom typing import Optional\n\nfrom waitress.buffers import OverflowableBuffer\nfrom waitress.utilities import BadRequest\n\nclass FixedStreamReceiver:\n completed: bool = ...\n error: None = ...\n remain: int = ...\n buf: OverflowableBuffer = ...\n def __init__(self, cl: int, buf... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\receiver.pyi | receiver.pyi | Other | 1,044 | 0.85 | 0.375 | 0 | node-utils | 423 | 2024-10-01T01:37:50.168691 | MIT | false | 85df4fbdb1d2467fa8b3386dd2a02153 |
from typing import Pattern\n\nfrom .compat import tobytes as tobytes\n\nWS: str\nOWS: str\nRWS: str\nBWS = str\nTCHAR: str\nOBS_TEXT: str\nTOKEN: str\nVCHAR: str\nFIELD_VCHAR: str\nFIELD_CONTENT: str\nFIELD_VALUE: str\nHEADER_FIELD: Pattern\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\rfc7230.pyi | rfc7230.pyi | Other | 226 | 0.85 | 0 | 0 | vue-tools | 772 | 2024-05-14T21:20:57.650011 | BSD-3-Clause | false | fbb86a9af6393323cf1daceb8f163e42 |
from io import TextIOWrapper\nfrom typing import Any, Callable, Optional, Pattern, Sequence, Tuple\n\nHELP: str\nRUNNER_PATTERN: Pattern\n\ndef match(obj_name: str) -> Tuple[str, str]: ...\ndef resolve(module_name: str, object_name: str) -> Any: ...\ndef show_help(stream: TextIOWrapper, name: str, error: Optional[str] ... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\runner.pyi | runner.pyi | Other | 469 | 0.85 | 0.454545 | 0 | python-kit | 82 | 2025-01-20T10:53:51.312208 | GPL-3.0 | false | 26bf1968d3333b8e11ea04150adce529 |
from socket import SocketType\nfrom typing import Any, Optional, Sequence, Tuple, Union\n\nfrom waitress.adjustments import Adjustments\nfrom waitress.channel import HTTPChannel\nfrom waitress.task import Task, ThreadedTaskDispatcher\n\nfrom . import wasyncore\n\ndef create_server(\n application: Any,\n map: Opti... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\server.pyi | server.pyi | Other | 3,500 | 0.85 | 0.339806 | 0.031579 | python-kit | 91 | 2023-11-30T05:35:11.709814 | BSD-3-Clause | false | 737017097869f8e52ca922c078419f4b |
from logging import Logger\nfrom threading import Condition, Lock\nfrom typing import Any, Deque, Mapping, Optional, Sequence, Set, Tuple\n\nfrom .channel import HTTPChannel\nfrom .utilities import Error\n\nrename_headers: Mapping[str, str]\nhop_by_hop: frozenset\n\nclass ThreadedTaskDispatcher:\n stop_count: int = ... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\task.pyi | task.pyi | Other | 2,216 | 0.85 | 0.304348 | 0 | react-lib | 934 | 2025-03-18T22:35:59.065606 | Apache-2.0 | false | 452677cb2850c0f075c2077db9b27310 |
import sys\nfrom socket import SocketType\nfrom threading import Lock\nfrom typing import Callable, Mapping, Optional\nfrom typing_extensions import Literal\n\nfrom . import wasyncore as wasyncore\n\nclass _triggerbase:\n kind: Optional[str] = ...\n lock: Lock = ...\n thunks: Callable[[None], None] = ...\n ... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\trigger.pyi | trigger.pyi | Other | 1,079 | 0.85 | 0.451613 | 0 | python-kit | 769 | 2025-02-23T15:40:22.180647 | GPL-3.0 | false | ab57d34399d211bd225cefaeb1cc8508 |
from logging import Logger\nfrom typing import Any, Callable, Mapping, Match, Pattern, Sequence, Tuple\n\nfrom .rfc7230 import OBS_TEXT as OBS_TEXT, VCHAR as VCHAR\n\nlogger: Logger\nqueue_logger: Logger\n\ndef find_double_newline(s: bytes) -> int: ...\ndef concat(*args: Any) -> str: ...\ndef join(seq: Any, field: str ... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\utilities.pyi | utilities.pyi | Other | 1,875 | 0.85 | 0.25 | 0 | node-utils | 935 | 2024-03-13T23:28:03.711080 | MIT | false | 97105ba4fc60700a30357f7c1a7f5975 |
from io import BytesIO\nfrom logging import Logger\nfrom socket import SocketType\nfrom typing import Any, Callable, Mapping, Optional, Tuple\n\nfrom . import compat as compat, utilities as utilities\n\nsocket_map: Mapping[int, SocketType]\nmap: Mapping[int, SocketType]\n\nclass ExitNow(Exception): ...\n\ndef read(obj:... | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\wasyncore.pyi | wasyncore.pyi | Other | 4,059 | 0.95 | 0.585106 | 0 | python-kit | 854 | 2024-06-27T14:01:45.845271 | Apache-2.0 | false | 89f93378fcae502aee7a095467556536 |
from typing import Any, Tuple\n\nfrom waitress.server import create_server as create_server\n\ndef serve(app: Any, **kw: Any) -> None: ...\ndef serve_paste(app: Any, global_conf: Any, **kw: Any) -> int: ...\ndef profile(cmd: Any, globals: Any, locals: Any, sort_order: Tuple[str, ...], callers: bool) -> None: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\waitress\__init__.pyi | __init__.pyi | Other | 308 | 0.85 | 0.428571 | 0 | vue-tools | 915 | 2025-06-07T19:32:51.892596 | GPL-3.0 | false | c4ff0a586dc09bccc01ba7f02f2c8fb2 |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\cache.cpython-313.pyc | cache.cpython-313.pyc | Other | 5,359 | 0.95 | 0.157895 | 0.019231 | awesome-app | 117 | 2024-09-22T21:13:06.131896 | BSD-3-Clause | false | 69078a646c5fc9e3716a5000244ecb66 |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\common.cpython-313.pyc | common.cpython-313.pyc | Other | 1,341 | 0.95 | 0.076923 | 0 | awesome-app | 259 | 2023-09-05T09:59:28.481891 | GPL-3.0 | false | f8040584a560fe7c4c6f47c92a7ccad8 |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\debug.cpython-313.pyc | debug.cpython-313.pyc | Other | 5,196 | 0.95 | 0.126984 | 0 | node-utils | 179 | 2023-11-14T15:45:00.716111 | MIT | false | cf0a6a77b1bf6a55c68be94b32cdeffa |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\file_io.cpython-313.pyc | file_io.cpython-313.pyc | Other | 5,546 | 0.8 | 0 | 0 | react-lib | 23 | 2024-04-29T02:52:43.509168 | BSD-3-Clause | false | e6bf903d260e0f746cea044e9cde7935 |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\parser_utils.cpython-313.pyc | parser_utils.cpython-313.pyc | Other | 14,481 | 0.95 | 0.107914 | 0.007937 | vue-tools | 520 | 2023-12-24T04:56:44.140917 | BSD-3-Clause | false | 400c7d38fb74b73ce62b81d093ccdf79 |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\settings.cpython-313.pyc | settings.cpython-313.pyc | Other | 2,469 | 0.95 | 0 | 0 | vue-tools | 779 | 2024-11-09T03:01:01.345278 | GPL-3.0 | false | 8524fcde2afab83e9d5807f2ba84a65d |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 5,653 | 0.95 | 0.113636 | 0.025974 | node-utils | 377 | 2025-04-26T17:35:46.594968 | BSD-3-Clause | false | f1d4264de1ca9a37186b5328b2aa1b2c |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\_compatibility.cpython-313.pyc | _compatibility.cpython-313.pyc | Other | 1,873 | 0.8 | 0 | 0 | awesome-app | 47 | 2024-08-05T11:55:54.660093 | GPL-3.0 | false | f72ecd0d98dc5228651239b558e80cb2 |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,799 | 0.95 | 0.054054 | 0 | react-lib | 175 | 2024-04-15T02:50:55.244547 | GPL-3.0 | false | 1db2ca65fb34e8c6ab70853c1b081bcb |
\n\n | .venv\Lib\site-packages\jedi\__pycache__\__main__.cpython-313.pyc | __main__.cpython-313.pyc | Other | 3,342 | 0.95 | 0.03125 | 0 | python-kit | 727 | 2023-08-03T07:36:20.548610 | MIT | false | f46c1b623245b525cd8d9c4d1575b375 |
Main Authors\n------------\n\n- David Halter (@davidhalter) <davidhalter88@gmail.com>\n- Takafumi Arakaki (@tkf) <aka.tkf@gmail.com>\n\nCode Contributors\n-----------------\n\n- Danilo Bargen (@dbrgn) <mail@dbrgn.ch>\n- Laurens Van Houtven (@lvh) <_@lvh.cc>\n- Aldo Stracquadanio (@Astrac) <aldo.strac@gmail.com>\n- Jean... | .venv\Lib\site-packages\jedi-0.19.2.dist-info\AUTHORS.txt | AUTHORS.txt | Other | 2,661 | 0.7 | 0 | 0 | vue-tools | 980 | 2023-10-09T04:03:18.511309 | Apache-2.0 | false | fe12301d76c8902aac9f932de6733393 |
pip\n | .venv\Lib\site-packages\jedi-0.19.2.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | react-lib | 354 | 2023-08-12T08:16:25.890715 | MIT | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
All contributions towards Jedi are MIT licensed.\n\n-------------------------------------------------------------------------------\nThe MIT License (MIT)\n\nCopyright (c) <2013> <David Halter and others, see AUTHORS.txt>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software ... | .venv\Lib\site-packages\jedi-0.19.2.dist-info\LICENSE.txt | LICENSE.txt | Other | 1,241 | 0.7 | 0 | 0 | react-lib | 734 | 2023-09-05T03:47:36.896357 | BSD-3-Clause | false | 5ed06eebfcb244cd66ebf6cef9c23ab4 |
Metadata-Version: 2.1\nName: jedi\nVersion: 0.19.2\nSummary: An autocompletion tool for Python that can be used for text editors.\nHome-page: https://github.com/davidhalter/jedi\nAuthor: David Halter\nAuthor-email: davidhalter88@gmail.com\nMaintainer: David Halter\nMaintainer-email: davidhalter88@gmail.com\nLicense: MI... | .venv\Lib\site-packages\jedi-0.19.2.dist-info\METADATA | METADATA | Other | 22,937 | 0.95 | 0.073836 | 0.004115 | awesome-app | 838 | 2025-06-27T00:22:49.327327 | GPL-3.0 | false | 4cd21001f3be2950f22b6897d053e088 |
jedi\n | .venv\Lib\site-packages\jedi-0.19.2.dist-info\top_level.txt | top_level.txt | Other | 5 | 0.5 | 0 | 0 | vue-tools | 767 | 2024-04-03T14:17:44.656626 | BSD-3-Clause | false | cda103fead1a3557f41eded906e38df2 |
Wheel-Version: 1.0\nGenerator: bdist_wheel (0.34.2)\nRoot-Is-Purelib: true\nTag: py2-none-any\nTag: py3-none-any\n\n | .venv\Lib\site-packages\jedi-0.19.2.dist-info\WHEEL | WHEEL | Other | 110 | 0.7 | 0 | 0 | vue-tools | 243 | 2025-03-12T11:40:26.536729 | Apache-2.0 | false | d2a91f104288b412dbc67b54de94e3ac |
import inspect\nimport typing as t\nfrom functools import WRAPPER_ASSIGNMENTS\nfrom functools import wraps\n\nfrom .utils import _PassArg\nfrom .utils import pass_eval_context\n\nif t.TYPE_CHECKING:\n import typing_extensions as te\n\nV = t.TypeVar("V")\n\n\ndef async_variant(normal_func): # type: ignore\n def d... | .venv\Lib\site-packages\jinja2\async_utils.py | async_utils.py | Python | 2,834 | 0.95 | 0.252525 | 0.073529 | react-lib | 608 | 2025-04-23T00:52:27.160366 | GPL-3.0 | false | cef0370ac6003913b74d9513d9f8d99e |
"""Compiles nodes from the parser into Python code."""\n\nimport typing as t\nfrom contextlib import contextmanager\nfrom functools import update_wrapper\nfrom io import StringIO\nfrom itertools import chain\nfrom keyword import iskeyword as is_python_keyword\n\nfrom markupsafe import escape\nfrom markupsafe import Mar... | .venv\Lib\site-packages\jinja2\compiler.py | compiler.py | Python | 74,131 | 0.75 | 0.235235 | 0.081909 | react-lib | 492 | 2024-07-08T19:44:10.592665 | BSD-3-Clause | false | eb0ea06048a3a00da84ffd56a6fa8019 |
#: list of lorem ipsum words used by the lipsum() helper function\nLOREM_IPSUM_WORDS = """\\na ac accumsan ad adipiscing aenean aliquam aliquet amet ante aptent arcu at\nauctor augue bibendum blandit class commodo condimentum congue consectetuer\nconsequat conubia convallis cras cubilia cum curabitur curae cursus dapib... | .venv\Lib\site-packages\jinja2\constants.py | constants.py | Python | 1,433 | 0.95 | 0.1 | 0.05 | react-lib | 50 | 2025-02-15T07:38:20.378002 | BSD-3-Clause | false | 3fc9eeacad854b6a1aa52af53f109409 |
import typing as t\n\nfrom .filters import FILTERS as DEFAULT_FILTERS # noqa: F401\nfrom .tests import TESTS as DEFAULT_TESTS # noqa: F401\nfrom .utils import Cycler\nfrom .utils import generate_lorem_ipsum\nfrom .utils import Joiner\nfrom .utils import Namespace\n\nif t.TYPE_CHECKING:\n import typing_extensions a... | .venv\Lib\site-packages\jinja2\defaults.py | defaults.py | Python | 1,267 | 0.95 | 0.041667 | 0.071429 | react-lib | 748 | 2025-06-10T20:07:27.627594 | Apache-2.0 | false | d2ecb9e8536a202b3514f96573a6675f |
import typing as t\n\nif t.TYPE_CHECKING:\n from .runtime import Undefined\n\n\nclass TemplateError(Exception):\n """Baseclass for all template errors."""\n\n def __init__(self, message: t.Optional[str] = None) -> None:\n super().__init__(message)\n\n @property\n def message(self) -> t.Optional[st... | .venv\Lib\site-packages\jinja2\exceptions.py | exceptions.py | Python | 5,071 | 0.95 | 0.277108 | 0.089431 | react-lib | 806 | 2025-03-20T05:33:37.020687 | GPL-3.0 | false | d11bd5c21dc4cd1a7e9f8244cdce3db1 |
"""Extension API for adding custom tags and behavior."""\n\nimport pprint\nimport re\nimport typing as t\n\nfrom markupsafe import Markup\n\nfrom . import defaults\nfrom . import nodes\nfrom .environment import Environment\nfrom .exceptions import TemplateAssertionError\nfrom .exceptions import TemplateSyntaxError\nfro... | .venv\Lib\site-packages\jinja2\ext.py | ext.py | Python | 31,875 | 0.95 | 0.205747 | 0.067961 | vue-tools | 258 | 2024-11-16T01:04:01.767669 | GPL-3.0 | false | a1a1b549337b40a82f706cbdd6e3dece |
import typing as t\n\nfrom . import nodes\nfrom .visitor import NodeVisitor\n\nif t.TYPE_CHECKING:\n import typing_extensions as te\n\nVAR_LOAD_PARAMETER = "param"\nVAR_LOAD_RESOLVE = "resolve"\nVAR_LOAD_ALIAS = "alias"\nVAR_LOAD_UNDEFINED = "undefined"\n\n\ndef find_symbols(\n nodes: t.Iterable[nodes.Node], pare... | .venv\Lib\site-packages\jinja2\idtracking.py | idtracking.py | Python | 10,555 | 0.95 | 0.279874 | 0.02449 | vue-tools | 877 | 2025-06-20T17:29:42.400112 | MIT | false | 97bdf4bbfb95cd012521721dfe20aac8 |
"""Functions that expose information about templates that might be\ninteresting for introspection.\n"""\n\nimport typing as t\n\nfrom . import nodes\nfrom .compiler import CodeGenerator\nfrom .compiler import Frame\n\nif t.TYPE_CHECKING:\n from .environment import Environment\n\n\nclass TrackingCodeGenerator(CodeGen... | .venv\Lib\site-packages\jinja2\meta.py | meta.py | Python | 4,397 | 0.95 | 0.232143 | 0.111111 | python-kit | 437 | 2025-04-19T11:26:14.728550 | BSD-3-Clause | false | b457c1e1135cda85b0f92ea410c197d8 |
"""The optimizer tries to constant fold expressions and modify the AST\nin place so that it should be faster to evaluate.\n\nBecause the AST does not contain all the scoping information and the\ncompiler has to find that out, we cannot do all the optimizations we\nwant. For example, loop unrolling doesn't work because ... | .venv\Lib\site-packages\jinja2\optimizer.py | optimizer.py | Python | 1,651 | 0.95 | 0.166667 | 0.054054 | python-kit | 858 | 2025-04-05T03:53:24.471417 | Apache-2.0 | false | 4c2db0cf008a77243634ef76b52a536b |
"""Parse tokens from the lexer into nodes for the compiler."""\n\nimport typing\nimport typing as t\n\nfrom . import nodes\nfrom .exceptions import TemplateAssertionError\nfrom .exceptions import TemplateSyntaxError\nfrom .lexer import describe_token\nfrom .lexer import describe_token_expr\n\nif t.TYPE_CHECKING:\n i... | .venv\Lib\site-packages\jinja2\parser.py | parser.py | Python | 40,383 | 0.95 | 0.213537 | 0.031915 | awesome-app | 799 | 2024-05-31T14:53:56.069847 | BSD-3-Clause | false | 0252f3fec9a2e6def22d4c9ba0e7625d |
"""A sandbox layer that ensures unsafe operations cannot be performed.\nUseful when the template itself comes from an untrusted source.\n"""\n\nimport operator\nimport types\nimport typing as t\nfrom _string import formatter_field_name_split # type: ignore\nfrom collections import abc\nfrom collections import deque\nf... | .venv\Lib\site-packages\jinja2\sandbox.py | sandbox.py | Python | 15,009 | 0.95 | 0.172018 | 0.116848 | react-lib | 424 | 2024-10-20T21:21:37.752692 | MIT | false | 9278585c4f9429bdbaf6e9f47eccf289 |
"""Built-in template tests used with the ``is`` operator."""\n\nimport operator\nimport typing as t\nfrom collections import abc\nfrom numbers import Number\n\nfrom .runtime import Undefined\nfrom .utils import pass_environment\n\nif t.TYPE_CHECKING:\n from .environment import Environment\n\n\ndef test_odd(value: in... | .venv\Lib\site-packages\jinja2\tests.py | tests.py | Python | 5,926 | 0.95 | 0.21875 | 0.010811 | vue-tools | 111 | 2024-02-21T06:12:42.710436 | BSD-3-Clause | true | 78ef6eaf3dfd0cf803816f8aad3db67c |
"""Jinja is a template engine written in pure Python. It provides a\nnon-XML syntax that supports inline expressions and an optional\nsandboxed environment.\n"""\n\nfrom .bccache import BytecodeCache as BytecodeCache\nfrom .bccache import FileSystemBytecodeCache as FileSystemBytecodeCache\nfrom .bccache import Memcache... | .venv\Lib\site-packages\jinja2\__init__.py | __init__.py | Python | 1,928 | 0.85 | 0 | 0 | python-kit | 769 | 2025-03-28T15:09:11.580978 | Apache-2.0 | false | 705561be599d620e6cb43360629c44f1 |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\async_utils.cpython-313.pyc | async_utils.cpython-313.pyc | Other | 5,063 | 0.8 | 0 | 0 | vue-tools | 98 | 2025-02-15T23:08:39.750362 | GPL-3.0 | false | 9656dfcf22b3e20403433b98c93e4c39 |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\bccache.cpython-313.pyc | bccache.cpython-313.pyc | Other | 19,377 | 0.95 | 0.12093 | 0 | python-kit | 324 | 2024-11-04T17:44:37.327877 | Apache-2.0 | false | e0278eb123720626549ef7802aa13b22 |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\compiler.cpython-313.pyc | compiler.cpython-313.pyc | Other | 105,657 | 0.75 | 0.055208 | 0.003632 | node-utils | 211 | 2023-11-20T05:45:26.912940 | MIT | false | 3df7446b404297368782af5917e604b1 |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\constants.cpython-313.pyc | constants.cpython-313.pyc | Other | 1,553 | 0.85 | 0.05 | 0 | node-utils | 525 | 2023-10-10T16:12:41.565357 | Apache-2.0 | false | 50f41d0372d3bfb631a1837babba08df |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\debug.cpython-313.pyc | debug.cpython-313.pyc | Other | 6,574 | 0.95 | 0.012048 | 0.025974 | python-kit | 838 | 2025-03-23T18:12:32.866268 | Apache-2.0 | false | d629dea2bd4b54982ade09a59dfcef9c |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\defaults.cpython-313.pyc | defaults.cpython-313.pyc | Other | 1,613 | 0.95 | 0 | 0 | vue-tools | 131 | 2025-02-19T14:11:45.167915 | GPL-3.0 | false | 3346a4ae2ac685d64e632e28853fe68b |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\environment.cpython-313.pyc | environment.cpython-313.pyc | Other | 74,825 | 0.75 | 0.085417 | 0.003619 | python-kit | 348 | 2024-10-14T01:45:27.618008 | BSD-3-Clause | false | b30084982366e9a7d023d434ce544aba |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\exceptions.cpython-313.pyc | exceptions.cpython-313.pyc | Other | 8,019 | 0.95 | 0.149425 | 0 | vue-tools | 619 | 2025-03-07T11:35:55.953317 | BSD-3-Clause | false | b50c03dfac595c59d534981efb3cfc65 |
\n\n | .venv\Lib\site-packages\jinja2\__pycache__\ext.cpython-313.pyc | ext.cpython-313.pyc | Other | 42,195 | 0.95 | 0.079186 | 0.025126 | python-kit | 167 | 2024-06-27T16:26:18.917349 | BSD-3-Clause | false | 1eb5ed9e7b1ba2b5b4b71a2e5e818b43 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.