Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 842 for cython (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. MODULE.bazel

    )
    use_repo(pybind11_internal_configure, "pybind11")
    
    python = use_extension("@rules_python//python/extensions:python.bzl", "python")
    python.defaults(
        # The environment variable takes precedence if set.
        python_version = "3.11",
        python_version_env = "HERMETIC_PYTHON_VERSION",
    )
    python.toolchain(python_version = "3.10")
    python.toolchain(python_version = "3.11")
    python.toolchain(python_version = "3.12")
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. ci/official/containers/ml_build/setup.python.sh

      cat >pythons.txt <<EOF
    $VERSION
    $VERSION-dev
    $VERSION-venv
    EOF
    else
      cat >pythons.txt <<EOF
    $VERSION
    $VERSION-dev
    $VERSION-venv
    $VERSION-distutils
    EOF
    fi
    
    /setup.packages.sh pythons.txt
    
    # Python 3.10 include headers fix:
    # sysconfig.get_path('include') incorrectly points to /usr/local/include/python
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 30 20:25:44 GMT 2025
    - 2.5K bytes
    - Click Count (0)
  3. docs/de/docs/python-types.md

    # Einführung in Python-Typen { #python-types-intro }
    
    Python hat Unterstützung für optionale „Typhinweise“ (auch „Typannotationen“ genannt).
    
    Diese **„Typhinweise“** oder -Annotationen sind eine spezielle Syntax, die es erlaubt, den <dfn title="zum Beispiel: str, int, float, bool">Typ</dfn> einer Variablen zu deklarieren.
    
    Durch das Deklarieren von Typen für Ihre Variablen können Editoren und Tools bessere Unterstützung bieten.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.6K bytes
    - Click Count (1)
  4. docs/en/docs/python-types.md

    # Python Types Intro { #python-types-intro }
    
    Python has support for optional "type hints" (also called "type annotations").
    
    These **"type hints"** or annotations are a special syntax that allow declaring the <dfn title="for example: str, int, float, bool">type</dfn> of a variable.
    
    By declaring types for your variables, editors and tools can give you better support.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  5. docs/es/docs/python-types.md

    # Introducción a Tipos en Python { #python-types-intro }
    
    Python tiene soporte para "anotaciones de tipos" opcionales (también llamadas "type hints").
    
    Estas **"anotaciones de tipos"** o type hints son una sintaxis especial que permite declarar el <dfn title="por ejemplo: str, int, float, bool">tipo</dfn> de una variable.
    
    Al declarar tipos para tus variables, los editores y herramientas te pueden proporcionar un mejor soporte.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 11.6K bytes
    - Click Count (1)
  6. docs/pt/docs/python-types.md

    # Introdução aos tipos Python { #python-types-intro }
    
    O Python possui suporte para "type hints" opcionais (também chamados de "type annotations").
    
    Esses **"type hints"** ou anotações são uma sintaxe especial que permite declarar o <dfn title="por exemplo: str, int, float, bool">tipo</dfn> de uma variável.
    
    Ao declarar tipos para suas variáveis, editores e ferramentas podem oferecer um melhor suporte.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  7. docs/ru/docs/python-types.md

    # Введение в типы Python { #python-types-intro }
    
    Python поддерживает необязательные «подсказки типов» (их также называют «аннотациями типов»).
    
    Эти **«подсказки типов»** или аннотации — это специальный синтаксис, позволяющий объявлять <dfn title="например: str, int, float, bool">тип</dfn> переменной.
    
    Объявляя типы для ваших переменных, редакторы кода и инструменты смогут лучше вас поддерживать.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 17.7K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/python-types.md

    # Python 型別入門 { #python-types-intro }
    
    Python 支援可選用的「型別提示」(也稱為「型別註記」)。
    
    這些「型別提示」或註記是一種特殊語法,用來宣告變數的<dfn title="例如:str、int、float、bool">型別</dfn>。
    
    為你的變數宣告型別後,編輯器與工具就能提供更好的支援。
    
    這裡只是關於 Python 型別提示的快速教學/複習。它只涵蓋使用在 **FastAPI** 時所需的最低限度...其實非常少。
    
    **FastAPI** 完全是以這些型別提示為基礎,並因此帶來許多優勢與好處。
    
    但就算你從不使用 **FastAPI**,學一點型別提示也會有幫助。
    
    /// note | 注意
    
    如果你是 Python 專家,而且已經完全了解型別提示,可以直接跳到下一章。
    
    ///
    
    ## 動機 { #motivation }
    
    先從一個簡單的例子開始:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  9. docs/uk/docs/advanced/advanced-python-types.md

    # Просунуті типи Python { #advanced-python-types }
    
    Ось кілька додаткових ідей, які можуть бути корисні під час роботи з типами в Python.
    
    ## Використання `Union` або `Optional` { #using-union-or-optional }
    
    Якщо ваш код з якоїсь причини не може використовувати `|`, наприклад, якщо це не анотація типів, а щось на кшталт `response_model=`, замість вертикальної риски (`|`) ви можете використати `Union` з `typing`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:43:14 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  10. docs/es/docs/advanced/advanced-python-types.md

    # Tipos avanzados de Python { #advanced-python-types }
    
    Aquí tienes algunas ideas adicionales que podrían ser útiles al trabajar con tipos de Python.
    
    ## Usar `Union` u `Optional` { #using-union-or-optional }
    
    Si por alguna razón tu código no puede usar `|`, por ejemplo si no está en una anotación de tipos sino en algo como `response_model=`, en lugar de usar la barra vertical (`|`) puedes usar `Union` de `typing`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 2.1K bytes
    - Click Count (0)
Back to Top