- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 353 for typer (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
scripts/translate.py
@app.command() def make_pr( *, language: Annotated[str | None, typer.Option(envvar="LANGUAGE")] = None, command: Annotated[str | None, typer.Option(envvar="COMMAND")] = None, github_token: Annotated[str, typer.Option(envvar="GITHUB_TOKEN")], github_repository: Annotated[str, typer.Option(envvar="GITHUB_REPOSITORY")], commit_in_place: Annotated[ bool, typer.Option(envvar="COMMIT_IN_PLACE", show_default=True) ] = False,
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:37:41 GMT 2026 - 15.8K bytes - Click Count (0) -
scripts/docs.py
Make sure you run the build-all command first. """ typer.echo("Warning: this is a very simple server.") typer.echo("For development, use the command live instead.") typer.echo("This is here only to preview a site with translations already built.") typer.echo("Make sure you run the build-all command first.") os.chdir("site") server_address = ("", 8008)Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:46:10 GMT 2026 - 25.4K bytes - Click Count (0) -
kotlin-js-store/yarn.lock
type-is@~1.6.18: version "1.6.18" resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== dependencies: media-typer "0.3.0" mime-types "~2.1.24" typescript@5.0.4: version "5.0.4"
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Jul 22 12:28:51 GMT 2023 - 87.4K bytes - Click Count (0) -
docs/en/docs/tutorial/query-params-str-validations.md
/// ## Use `Annotated` in the type for the `q` parameter { #use-annotated-in-the-type-for-the-q-parameter } Remember I told you before that `Annotated` can be used to add metadata to your parameters in the [Python Types Intro](../python-types.md#type-hints-with-metadata-annotations)? Now it's the time to use it with FastAPI. ๐ We had this type annotation: ```Python q: str | None = None ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 16.3K bytes - Click Count (0) -
docs/ko/docs/tutorial/query-params-str-validations.md
`Annotated`๋ฅผ ์ฌ์ฉํ๊ธฐ ์ ์ ์ต์ 0.95.1 ๋ฒ์ ์ผ๋ก [FastAPI ๋ฒ์ ์ ๊ทธ๋ ์ด๋](../deployment/versions.md#upgrading-the-fastapi-versions)๋ฅผ ์งํํ์ธ์. /// ## `q` ๋งค๊ฐ๋ณ์์ ํ์ ์ `Annotated` ์ฌ์ฉํ๊ธฐ { #use-annotated-in-the-type-for-the-q-parameter } ์ด์ ์ [Python ํ์ ์๊ฐ](../python-types.md#type-hints-with-metadata-annotations)์์ `Annotated`๋ฅผ ์ฌ์ฉํด ๋งค๊ฐ๋ณ์์ ๋ฉํ๋ฐ์ดํฐ๋ฅผ ์ถ๊ฐํ ์ ์๋ค๊ณ ๋ง์๋๋ฆฐ ๊ฒ์ ๊ธฐ์ตํ์๋์? ์ด์ FastAPI์์ ์ฌ์ฉํ ์ฐจ๋ก์ ๋๋ค. ๐ ๋ค์๊ณผ ๊ฐ์ ํ์ ์ด๋ ธํ ์ด์ ์ด ์์์ต๋๋ค: ```Python q: str | None = NoneCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/zh/docs/tutorial/query-params-str-validations.md
ๅจไฝฟ็จ `Annotated` ไนๅ๏ผ่ฏท็กฎไฟๅ [ๅ็บง FastAPI ็ๆฌ](../deployment/versions.md#upgrading-the-fastapi-versions)ๅฐ่ณๅฐ 0.95.1ใ /// ## ๅจ `q` ๅๆฐ็็ฑปๅไธญไฝฟ็จ `Annotated` { #use-annotated-in-the-type-for-the-q-parameter } ่ฟ่ฎฐๅพๆไนๅๅจ[Python ็ฑปๅ็ฎไป](../python-types.md#type-hints-with-metadata-annotations)ไธญ่ฏด่ฟๅฏไปฅ็จ `Annotated` ็ปๅๆฐๆทปๅ ๅ ๆฐๆฎๅ๏ผ ็ฐๅจๆญฃๆฏไธ FastAPI ๆญ้ ไฝฟ็จๅฎ็ๆถๅใ๐ ๆไปฌไนๅ็็ฑปๅๆ ๆณจๆฏ๏ผ ```Python q: str | None = None ``` ๆไปฌ่ฆๅ็ๆฏ็จ `Annotated` ๆๅฎๅ ่ตทๆฅ๏ผๅๆ๏ผCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 15.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/query-params-str-validations.md
/// ## `q` ใใฉใกใผใฟใฎๅใง `Annotated` ใไฝฟใ { #use-annotated-in-the-type-for-the-q-parameter } ไปฅๅใ[Python Types Intro](../python-types.md#type-hints-with-metadata-annotations) ใง `Annotated` ใไฝฟใฃใฆใใฉใกใผใฟใซใกใฟใใผใฟใ่ฟฝๅ ใงใใใจ่ชฌๆใใใใจใ่ฆใใฆใใพใใ๏ผ ใใใใ FastAPI ใงไฝฟใใจใใงใใ ๐ ๆฌกใฎๅใขใใใผใทใงใณใใใใพใใ: ```Python q: str | None = None ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 20.3K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_header_permalinks/test_header_number_mismatch.py
from pathlib import Path import pytest from typer.testing import CliRunner from scripts.translation_fixer import cli data_path = Path( "scripts/tests/test_translation_fixer/test_header_permalinks/data" ).absolute() @pytest.mark.parametrize( "copy_test_files", [(f"{data_path}/en_doc.md", f"{data_path}/translated_doc_number_gt.md")], indirect=True, ) def test_gt(runner: CliRunner, root_dir: Path, copy_test_files):
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:43:44 GMT 2026 - 1.9K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/test_compex_doc.py
from pathlib import Path import pytest from typer.testing import CliRunner from scripts.translation_fixer import cli data_path = Path( "scripts/tests/test_translation_fixer/test_complex_doc/data" ).absolute() @pytest.mark.parametrize( "copy_test_files", [(f"{data_path}/en_doc.md", f"{data_path}/translated_doc.md")], indirect=True, ) def test_fix(runner: CliRunner, root_dir: Path, copy_test_files):
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:43:44 GMT 2026 - 902 bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_code_blocks/test_code_blocks_number_mismatch.py
from pathlib import Path import pytest from typer.testing import CliRunner from scripts.translation_fixer import cli data_path = Path( "scripts/tests/test_translation_fixer/test_code_blocks/data" ).absolute() @pytest.mark.parametrize( "copy_test_files", [(f"{data_path}/en_doc.md", f"{data_path}/translated_doc_number_gt.md")], indirect=True, ) def test_gt(runner: CliRunner, root_dir: Path, copy_test_files):
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:43:44 GMT 2026 - 1.9K bytes - Click Count (0)