Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Sense (0.23 sec)

  1. fastapi/routing.py

                    and `response_model_exclude_defaults`. You probably want to use one of
                    those two instead of this one, as those allow returning `None` values
                    when it makes sense.
    
                    Read more about it in the
                    [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none).
                    """
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
  2. fastapi/applications.py

                    and `response_model_exclude_defaults`. You probably want to use one of
                    those two instead of this one, as those allow returning `None` values
                    when it makes sense.
    
                    Read more about it in the
                    [FastAPI docs for Response Model - Return Type](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_exclude_none).
                    """
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Alice called out as loud as she could, `If you do.  I'll set
    Dinah at you!'
    
      There was a dead silence instantly, and Alice thought to
    herself, `I wonder what they WILL do next!  If they had any
    sense, they'd take the roof off.'  After a minute or two, they
    began moving about again, and Alice heard the Rabbit say, `A
    barrowful will do, to begin with.'
    
      `A barrowful of WHAT?' thought Alice; but she had not long to
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Alice called out as loud as she could, `If you do.  I'll set
    Dinah at you!'
    
      There was a dead silence instantly, and Alice thought to
    herself, `I wonder what they WILL do next!  If they had any
    sense, they'd take the roof off.'  After a minute or two, they
    began moving about again, and Alice heard the Rabbit say, `A
    barrowful will do, to begin with.'
    
      `A barrowful of WHAT?' thought Alice; but she had not long to
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/CacheTest.kt

        testServerPrematureDisconnect(TransferKind.CHUNKED)
      }
    
      @Test
      fun serverDisconnectsPrematurelyWithNoLengthHeaders() {
        // Intentionally empty. This case doesn't make sense because there's no
        // such thing as a premature disconnect when the disconnect itself
        // indicates the end of the data stream.
      }
    
      private fun testServerPrematureDisconnect(transferKind: TransferKind) {
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    public static <T> Matcher<T> not(Matcher<T> matcher) Creates a matcher that wraps an existing matcher, but inverts the logic by which it will match. For example: assertThat(cheese, is(not(equalTo(smelly)))) Parameters: matcher - the matcher whose sense should be inverted not public static <T> Matcher<T> not(T value) A shortcut to the frequently used not(equalTo(x)). For example: assertThat(cheese, is(not(smelly))) instead of: assertThat(cheese, is(not(equalTo(smelly)))) Parameters: value - the value...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
Back to top