Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 334 for __exit__ (0.06 seconds)

  1. tensorflow/api_template.__init__.py

    sub-modules, as described below.
    
    Note that the file `__init__.py` in the TensorFlow source code tree is actually
    only a placeholder to enable test cases to run. The TensorFlow build replaces
    this file with a file generated from [`api_template.__init__.py`](https://www.github.com/tensorflow/tensorflow/blob/master/tensorflow/api_template.__init__.py)
    """
    # pylint: disable=g-bad-import-order,protected-access,g-import-not-at-top
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Wed Oct 02 22:16:02 GMT 2024
    - 6.8K bytes
    - Click Count (0)
  2. docs/sts/client_grants/__init__.py

        implementation to be used with boto_session
        """
        METHOD = 'assume-role-client-grants'
        CANONICAL_NAME = 'AssumeRoleClientGrants'
    
        def __init__(self, cid, csec,
                     idp_ep='http://localhost:8080/auth/realms/minio/protocol/openid-connect/token',
                     sts_ep='http://localhost:9000'):
            self.cid = cid
            self.csec = csec
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Apr 23 18:58:53 GMT 2021
    - 4.6K bytes
    - Click Count (0)
  3. fastapi/params.py

            use_kwargs = {k: v for k, v in kwargs.items() if v is not _Unset}
    
            super().__init__(**use_kwargs)
    
        def __repr__(self) -> str:
            return f"{self.__class__.__name__}({self.default})"
    
    
    class Path(Param):  # type: ignore[misc]
        in_ = ParamTypes.path
    
        def __init__(
            self,
            default: Any = ...,
            *,
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 12:54:56 GMT 2025
    - 26.3K bytes
    - Click Count (0)
  4. docs_src/additional_responses/__init__.py

    Motov Yurii <******@****.***> 1766745782 +0100
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Dec 26 10:43:02 GMT 2025
    - Click Count (0)
  5. docs_src/async_tests/__init__.py

    Felix Böhm <******@****.***> 1596909678 +0200
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Aug 08 18:01:18 GMT 2020
    - Click Count (0)
  6. docs_src/body_fields/__init__.py

    Motov Yurii <******@****.***> 1766745782 +0100
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Dec 26 10:43:02 GMT 2025
    - Click Count (0)
  7. docs_src/cookie_params/__init__.py

    Motov Yurii <******@****.***> 1766745782 +0100
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Dec 26 10:43:02 GMT 2025
    - Click Count (0)
  8. docs_src/debugging/__init__.py

    Motov Yurii <******@****.***> 1766745782 +0100
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Dec 26 10:43:02 GMT 2025
    - Click Count (0)
  9. docs_src/encoder/__init__.py

    Motov Yurii <******@****.***> 1766745782 +0100
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Dec 26 10:43:02 GMT 2025
    - Click Count (0)
  10. tests/__init__.py

    Sebastián Ramírez <******@****.***> 1544255767 +0400
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 08 07:56:07 GMT 2018
    - Click Count (0)
Back to Top