Commit 61a3017
feat: implement
* fix: unfuck the branch
* feat: Add single-arg cache
* feat: more work on get
* Update get.pyi
* ci: correct from checks.
* Update get.py
* ci: correct from checks.
* Update get.py
* Update get.py
* ci: correct from checks.
* Update get.py
* Update get.py
* ci: correct from checks.
* Update get.py
* Update get.py
* feat: more work on get
* feat: more work on get
* feat: more work on get
* feat: more work on get
* Update get.py
* Update get.py
* ci: correct from checks.
* Update get.py
* Update get.py
* ci: correct from checks.
* Update get.py
* feat: more work on get
* docs: work on docs for get
* Update get.py
* Update get.pyi
* Update get.py
* ci: correct from checks.
* Update get.pyi
* ci: correct from checks.
* Update get.py
* feat: Allow `list[obj]`
* Update docs/get.rst
Co-authored-by: Sofia <41456914+ffl0w@users.noreply.github.com>
* Update interactions/client/get.py
Co-authored-by: Sofia <41456914+ffl0w@users.noreply.github.com>
* fix: Fix `TpyeVar`s
* fix:
* fix: allow py3.9 typehints
* fix: fix cache attribute and instance checks
* Update interactions/client/get.py
Co-authored-by: Max <maxyolo01.ytb@gmail.com>
* Update interactions/client/get.py
Co-authored-by: Max <maxyolo01.ytb@gmail.com>
* refactor: Optimize `_search_iterable`
* refactor: Optimize `_search_iterable`and use a list of tuples instead of a tuple of tuples
* Update migration.rst
* Update migration.rst
* Update migration.rst
* Update migration.rst
* Update migration.rst
* Update migration.rst
* Update migration.rst
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sofia <41456914+ffl0w@users.noreply.github.com>
Co-authored-by: Max <maxyolo01.ytb@gmail.com>get function (#801)1 parent bc969ae commit 61a3017
File tree
6 files changed
+534
-1
lines changed- docs
- interactions/client
6 files changed
+534
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
| |||
175 | 181 | | |
176 | 182 | | |
177 | 183 | | |
| 184 | + | |
| 185 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
0 commit comments