Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for my_dep (0.06 sec)

  1. docs/en/docs/release-notes.md

    In short, if you had dependencies that looked like:
    
    ```Python
    def my_dep():
        try:
            yield
        except SomeException:
            pass
    ```
    
    Now you need to make sure you raise again after `except`, just as you would in regular Python:
    
    ```Python
    def my_dep():
        try:
            yield
        except SomeException:
            raise
    ```
    
    ### Docs
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  2. docs/sts/ldap.md

    ```
    $ mc admin config set myminio identity_ldap --env
    KEY:
    identity_ldap  enable LDAP SSO support
    
    ARGS:
    MINIO_IDENTITY_LDAP_SERVER_ADDR*            (address)   AD/LDAP server address e.g. "myldap.com" or "myldapserver.com:636"
    MINIO_IDENTITY_LDAP_SRV_RECORD_NAME         (string)    DNS SRV record name for LDAP service, if given, must be one of "ldap", "ldaps" or "on"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    myforum.community
    myfritz.link
    myfritz.net
    myftp.biz
    myftp.org
    myhome-server.de
    myiphost.com
    myjino.ru
    mykolaiv.ua
    mymailer.com.tw
    mymediapc.net
    mynascloud.com
    myoko.niigata.jp
    mypep.link
    mypets.ws
    myphotos.cc
    mypi.co
    mypsx.net
    myqnapcloud.cn
    myqnapcloud.com
    myradweb.net
    myrdbx.io
    mysecuritycamera.com
    mysecuritycamera.net
    mysecuritycamera.org
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
Back to top