Files
archdoc/archdoc-cli/docs/architecture/files/.._test-project_src_utils.py.md
Denis Parmeev f7e08aad0e feat(parser): реализован парсинг новых файлов
- Добавлена поддержка формата *.xyz, что расширило возможности анализа проектов.
- Реализована функция `parse_xyz` в файле [`archdoc-core/src/parser.rs`](archdoc-core/src/parser.rs:42) для чтения и валидации содержимого.
- Обновлены тесты в [`archdoc-core/tests/parser_tests.rs`](archdoc-core/tests/parser_tests.rs:15) для покрытия нового формата.
- Обновлена документация в `README.md` с примерами использования нового парсера.
2026-01-25 22:26:34 +03:00

4.4 KiB

File: ../test-project/src/utils.py

  • Module: ../test-project/src/utils.py
  • Defined symbols: 4
  • Imports: 2

File intent (manual)

<FILL_MANUALLY>


Imports & file-level dependencies

Generated. Do not edit inside this block.

  • json
  • os

Symbols index

Generated. Do not edit inside this block.


Symbol details

load_config

  • Kind: Function
  • Signature: def load_config(...)
  • Docstring: No documentation available

What it does

extracted from AST

Relations

Outbound calls (best-effort):

Inbound (used by) (best-effort):

Integrations (heuristic)

  • HTTP: no
  • DB: no
  • Queue/Tasks: no

Risk / impact

  • fan-in: 0
  • fan-out: 0
  • cycle participant: no
  • critical: no

Manual notes

<FILL_MANUALLY>

save_config

  • Kind: Function
  • Signature: def save_config(...)
  • Docstring: No documentation available

What it does

extracted from AST

Relations

Outbound calls (best-effort):

Inbound (used by) (best-effort):

Integrations (heuristic)

  • HTTP: no
  • DB: no
  • Queue/Tasks: no

Risk / impact

  • fan-in: 0
  • fan-out: 0
  • cycle participant: no
  • critical: no

Manual notes

<FILL_MANUALLY>

get_file_size

  • Kind: Function
  • Signature: def get_file_size(...)
  • Docstring: No documentation available

What it does

extracted from AST

Relations

Outbound calls (best-effort):

Inbound (used by) (best-effort):

Integrations (heuristic)

  • HTTP: no
  • DB: no
  • Queue/Tasks: no

Risk / impact

  • fan-in: 0
  • fan-out: 0
  • cycle participant: no
  • critical: no

Manual notes

<FILL_MANUALLY>

format_bytes

  • Kind: Function
  • Signature: def format_bytes(...)
  • Docstring: No documentation available

What it does

extracted from AST

Relations

Outbound calls (best-effort):

Inbound (used by) (best-effort):

Integrations (heuristic)

  • HTTP: no
  • DB: no
  • Queue/Tasks: no

Risk / impact

  • fan-in: 0
  • fan-out: 0
  • cycle participant: no
  • critical: no

Manual notes

<FILL_MANUALLY>