sub_tasks
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
sub_tasks has 5 facts recorded in Dontopedia across 1 reference.
Mostly:rdf:type(1), stores element type(1), tuple structure(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (7)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
iteratesOverIterates Over(2)
- Calculate Total Time Method
ex:calculate-total-time-method - Display Sub Tasks Method
ex:display-sub-tasks-method
appendsToAppends to(1)
- Add Sub Task Method
ex:add-sub-task-method
dependsOnDepends on(1)
- Total Time Calculation
ex:total-time-calculation
hasInstanceVariableHas Instance Variable(1)
- Task Estimator Class
ex:task-estimator-class
initializesInstanceVariableInitializes Instance Variable(1)
- Init Method
ex:__init__-method
modifiesStateModifies State(1)
- Add Sub Task Method
ex:add-sub-task-method
Other facts (4)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | List | [1] |
| Stores Element Type | Tuple | [1] |
| Tuple Structure | String and Float | [1] |
| Initial Value | Empty List | [1] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (1)
ctx:claims/beam/5a021a63-c8c3-43a8-8117-44a7c5c2be6b- full textbeam-chunktext/plain1 KB
doc:beam/5a021a63-c8c3-43a8-8117-44a7c5c2be6bShow excerpt
self.sub_tasks.append((sub_task_name, estimated_time)) def calculate_total_time(self): total_time = sum(sub_task[1] for sub_task in self.sub_tasks) return total_time def display_sub_tasks(self): for…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.