- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 21 for olla (0.02 seconds)
-
docs/tr/docs/tutorial/dependencies/index.md
Bu özellikle, **büyük bir kod tabanında**, aynı dependency'leri **birçok *path operation*** içinde tekrar tekrar kullandığınızda çok faydalı olacaktır. ## `async` Olsa da Olmasa da { #to-async-or-not-to-async } Dependency'ler de **FastAPI** tarafından çağrılacağı için (tıpkı *path operation function*'larınız gibi), fonksiyonları tanımlarken aynı kurallar geçerlidir.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/query-params-str-validations.md
`str | None` kullanmak, editörünüzün daha iyi destek vermesini ve hataları yakalamasını sağlar. /// ## Ek Doğrulama { #additional-validation } `q` opsiyonel olsa bile, verildiği durumda **uzunluğunun 50 karakteri geçmemesini** zorlayacağız. ### `Query` ve `Annotated` import edin { #import-query-and-annotated } Bunu yapmak için önce şunları import edin:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 17.3K bytes - Click Count (0) -
docs/es/docs/tutorial/dependencies/dependencies-with-yield.md
También puedes usar `except` para capturar la excepción que se lanzó y hacer algo con ella. Por ejemplo, puedes lanzar una excepción diferente, como `HTTPException`. /// tip | Consejo
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 13.3K bytes - Click Count (0) -
docs/pt/docs/_llm-test.md
## Títulos { #headings } //// tab | Teste ### Desenvolver uma webapp - um tutorial { #develop-a-webapp-a-tutorial } Olá. ### Anotações de tipo e -anotações { #type-hints-and-annotations } Olá novamente. ### Super- e subclasses { #super-and-subclasses } Olá novamente. //// //// tab | InformaçãoCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12.1K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/dependencies-with-yield.md
with open("./somefile.txt") as f: contents = f.read() print(contents) ``` Temelde `open("./somefile.txt")`, "Context Manager" olarak adlandırılan bir nesne oluşturur. `with` bloğu bittiğinde, exception olsa bile dosyanın kapatılmasını garanti eder. `yield` ile bir dependency oluşturduğunuzda, **FastAPI** içeride bunun için bir context manager oluşturur ve bazı ilgili başka araçlarla birleştirir.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/tr/docs/tutorial/response-model.md
{* ../../docs_src/response_model/tutorial003_py310.py hl[9,11,16] *} Burada *path operation function* password içeren aynı input user’ı döndürüyor olsa bile: {* ../../docs_src/response_model/tutorial003_py310.py hl[24] *} ...`response_model` olarak, password’ü içermeyen `UserOut` modelimizi declare ettik:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 17K bytes - Click Count (0) -
docs/tr/docs/advanced/behind-a-proxy.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 16.5K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/simple-oauth2.md
Standartların faydası da bu... /// ## Çalışır Halini Görün { #see-it-in-action } Etkileşimli dokümanları açın: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). ### Authenticate Olma { #authenticate } "Authorize" butonuna tıklayın. Şu bilgileri kullanın: User: `johndoe` Password: `secret` <img src="/img/tutorial/security/image04.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.4K bytes - Click Count (0) -
docs/es/docs/tutorial/dependencies/index.md
{* ../../docs_src/dependencies/tutorial001_an_py310.py hl[8:9] *} Eso es todo. **2 líneas**. Y tiene la misma forma y estructura que todas tus *path operation functions*. Puedes pensar en ella como una *path operation function* sin el "decorador" (sin el `@app.get("/some-path")`). Y puede devolver lo que quieras. En este caso, esta dependencia espera: * Un parámetro de query opcional `q` que es un `str`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 10K bytes - Click Count (0) -
docs/tr/docs/help-fastapi.md
* Önce, pull request'in çözmeye çalıştığı **problemi anladığınızdan** emin olun. GitHub Discussion veya issue içinde daha uzun bir tartışması olabilir. * Pull request'in aslında hiç gerekmiyor olma ihtimali de yüksektir; çünkü problem **farklı bir şekilde** çözülebilir. Bu durumda bunu önerebilir veya bununla ilgili soru sorabilirsiniz. ### Style konusunda çok dert etmeyin { #dont-worry-about-style }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 13.9K bytes - Click Count (0)