Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Teterin (0.33 sec)

  1. docs/tr/docs/python-types.md

    ```Python hl_lines="1  4"
    {!../../../docs_src/python_types/tutorial009.py!}
    ```
    
    `str` yerine `Optional[str]` kullanmak editorün bu değerin her zaman `str` tipinde değil bazen `None` tipinde de olabileceğini belirtir ve hataları tespit etmemizde yardımcı olur.
    
    #### Generic tipler
    
    Köşeli parantez içinde tip parametreleri alan bu türler, örneğin:
    
    Plain Text
    - Registered: Sun Apr 14 07:19:09 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.7K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // accenture : 2014-08-15 Accenture plc
    accenture
    
    // accountant : 2014-11-20 dot Accountant Limited
    accountant
    
    // accountants : 2014-03-20 Binky Moon, LLC
    accountants
    
    // aco : 2015-01-08 ACO Severin Ahlmann GmbH & Co. KG
    aco
    
    // actor : 2013-12-12 Dog Beach, LLC
    actor
    
    // ads : 2014-12-04 Charleston Road Registry Inc.
    ads
    
    // adult : 2014-10-16 ICM Registry AD LLC
    adult
    
    Plain Text
    - Registered: Fri Apr 12 11:42:09 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top