Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Filtering by depending on particular task

Aperta
#92 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python
Ambito
backend, databases

Direzione di ricerca

Start by reproducing the two examples using tw.tasks.filter(depends_contains=t) and tw.tasks.filter(depends=t), then trace the task filtering and dependency-query implementation they exercise. Done means filtering returns only tasks that depend on the selected task rather than all tasks with any dependency; no source files or tests are named in the issue.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

How do I filter by tasks depending on the particular task?

I attempted those but they don't seem to work (both seem to return all tasks which depend on anything, not on this particual task)

> t = tw.tasks.all()[0]
> tw.tasks.filter(depends_contains=t)
> tw.tasks.filter(depends=t)
Lingua principale
Python
Stelle
158
Fork
29
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di GothenburgBitFactory/tasklib

Tutte le issue di GothenburgBitFactory/tasklib

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.