Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for subpackages (0.05 seconds)

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

  1. guava/pom.xml

          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <configuration>
              <!-- Passing `-subpackages com.google.common` breaks things, so we explicitly exclude everything else instead. -->
              <!-- excludePackageNames requires specification of packages separately from "all subpackages".
                   https://issues.apache.org/jira/browse/MJAVADOC-584 -->
              <excludePackageNames>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Nov 17 21:36:50 GMT 2025
    - 9.6K bytes
    - Click Count (0)
  2. docs/en/docs/tutorial/bigger-applications.md

    │   └── routers          # "routers" is a "Python subpackage"
    │   │   ├── __init__.py  # makes "routers" a "Python subpackage"
    │   │   ├── items.py     # "items" submodule, e.g. import app.routers.items
    │   │   └── users.py     # "users" submodule, e.g. import app.routers.users
    │   └── internal         # "internal" is a "Python subpackage"
    │       ├── __init__.py  # makes "internal" a "Python subpackage"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  3. docs/ru/llm-prompt.md

    * recap (noun): резюме
    * utility function: вспомогательная функция
    * fast to code: позволяет быстро писать код
    * Tutorial - User Guide: Учебник - Руководство пользователя
    * submodule: подмодуль
    * subpackage: подпакет
    * router: роутер
    * building, deploying, accessing (when describing features of FastAPI Cloud): созданиe образа, развертывание и доступ
    * type checker tool: инструмент проверки типов
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Jan 22 07:07:05 GMT 2026
    - 6.5K bytes
    - Click Count (0)
Back to Top