- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 20 for Members (0.2 seconds)
-
docs/ko/docs/tutorial/path-params.md
<img src="/img/tutorial/path-params/image03.png"> ### 파이썬 *열거형*으로 작업하기 { #working-with-python-enumerations } *경로 매개변수*의 값은 *열거형 멤버*가 됩니다. #### *열거형 멤버* 비교 { #compare-enumeration-members } 생성한 열거형 `ModelName`의 *열거형 멤버*와 비교할 수 있습니다: {* ../../docs_src/path_params/tutorial005_py310.py hl[17] *} #### *열거형 값* 가져오기 { #get-the-enumeration-value }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 9.9K bytes - Click Count (0) -
docs/en/docs/management-tasks.md
# Repository Management Tasks These are the tasks that can be performed to manage the FastAPI repository by [team members](./fastapi-people.md#team). /// tip This section is useful only to a handful of people, team members with permissions to manage the repository. You can probably skip it. 😉 /// ...so, you are a [team member of FastAPI](./fastapi-people.md#team)? Wow, you are so cool! 😎
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:59:26 GMT 2026 - 10.7K bytes - Click Count (0) -
docs/en/mkdocs.yml
- contributors: ../en/data/contributors.yml - translators: ../en/data/translators.yml - translation_reviewers: ../en/data/translation_reviewers.yml - skip_users: ../en/data/skip_users.yml - members: ../en/data/members.yml - sponsors_badge: ../en/data/sponsors_badge.yml - sponsors: ../en/data/sponsors.yml - topic_repos: ../en/data/topic_repos.yml redirects: redirect_maps:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 16:16:24 GMT 2026 - 9.9K bytes - Click Count (0) -
docs/zh/docs/tutorial/path-params.md
API 文档会显示预定义路径参数的可用值: <img src="/img/tutorial/path-params/image03.png"> ### 使用 Python 枚举 { #working-with-python-enumerations } 路径参数的值是一个枚举成员。 #### 比较枚举成员 { #compare-enumeration-members } 可以将其与枚举类 `ModelName` 中的枚举成员进行比较: {* ../../docs_src/path_params/tutorial005_py310.py hl[17] *} #### 获取枚举值 { #get-the-enumeration-value }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 7.6K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/path-params.md
因為「路徑參數」的可用值是預先定義的,互動式文件可以很漂亮地顯示它們: <img src="/img/tutorial/path-params/image03.png"> ### 使用 Python「列舉」 { #working-with-python-enumerations } 「路徑參數」的值會是一個「列舉成員」。 #### 比較「列舉成員」 { #compare-enumeration-members } 你可以把它與你建立的列舉 `ModelName` 中的「列舉成員」比較: {* ../../docs_src/path_params/tutorial005_py310.py hl[17] *} #### 取得「列舉值」 { #get-the-enumeration-value }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 8.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/path-params.md
<img src="/img/tutorial/path-params/image03.png"> ### Python*列挙型*の利用 { #working-with-python-enumerations } *パスパラメータ*の値は*列挙型メンバ*となります。 #### *列挙型メンバ*の比較 { #compare-enumeration-members } これは、作成した列挙型 `ModelName` の*列挙型メンバ*と比較できます: {* ../../docs_src/path_params/tutorial005_py310.py hl[17] *} #### *列挙値*の取得 { #get-the-enumeration-value }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 10.8K bytes - Click Count (0) -
docs/tr/docs/tutorial/path-params.md
### Python *Enumeration*'ları ile Çalışmak { #working-with-python-enumerations } *Path parameter*'ın değeri bir *enumeration member* olacaktır. #### *Enumeration Member*'ları Karşılaştıralım { #compare-enumeration-members } Bunu, oluşturduğunuz enum `ModelName` içindeki *enumeration member* ile karşılaştırabilirsiniz: {* ../../docs_src/path_params/tutorial005_py310.py hl[17] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 9.7K bytes - Click Count (0) -
docs/en/docs/release-notes.md
### Docs * 📝 Add missing last release notes dates. PR [#15202](https://github.com/fastapi/fastapi/pull/15202) by [@tiangolo](https://github.com/tiangolo). * 📝 Update docs for contributors and team members regarding translation PRs. PR [#15200](https://github.com/fastapi/fastapi/pull/15200) by [@YuriiMotov](https://github.com/YuriiMotov).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
RELEASE.md
* Added a new `rerandomize_each_iteration` argument for the `tf.data.Dataset.sample_from_datasets()` operation, which...
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
android/guava/src/com/google/common/reflect/Invokable.java
* 31.0) */ public abstract class Invokable<T, R> implements AnnotatedElement, Member { private final AccessibleObject accessibleObject; private final Member member; <M extends AccessibleObject & Member> Invokable(M member) { checkNotNull(member); this.accessibleObject = member; this.member = member; } /** Returns {@link Invokable} of {@code method}. */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 18.5K bytes - Click Count (0)