- Sort Score
- Result 10 results
- Languages All
Results 21 - 23 of 23 for first_name (0.1 sec)
-
tests/test_schema_extra_examples.py
# TODO: In that case, define if File() should support example/examples too # @app.post("/form_example") # def form_example(firstname: str = Form(example="John")): # return firstname # @app.post("/form_examples") # def form_examples( # lastname: str = Form( # ..., # examples={
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 24 20:26:06 UTC 2023 - 37.7K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt
) val response = call.execute() assertThat(response.body.string()).isEqualTo("ABC") assertThat(response.protocol).isEqualTo(protocol) val logs = testLogHandler.takeAll() assertThat(firstFrame(logs, "HEADERS")!!, "header logged") .contains("HEADERS END_STREAM|END_HEADERS") } @ParameterizedTest @ArgumentsSource(ProtocolParamProvider::class) fun emptyDataFrameSentWithEmptyBody(
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 11 22:09:35 UTC 2024 - 75.3K bytes - Viewed (0) -
configure.py
hermetic_cuda_compute_capabilities, ) def set_cuda_local_path(environ_cp, dist_name, env_var): ask_path = ( 'Please specify the local {} path you want to use ' 'or leave empty to use the default version. ' ).format(dist_name) local_path = get_from_env_or_user_or_default( environ_cp, env_var, ask_path, None ) if local_path:
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 48.2K bytes - Viewed (0)