basic.ipynb::cell 2 (code).Ledger.__init__ (29-30)
edges: no blank line above, no blank line below
next: sct callers __init__ (its call sites) · sct history 'basic.ipynb::cell 2 (code).Ledger.__init__' (the commits that changed it)
basic.ipynb (1-81)
- cell 2 (code) in-cell 1-16 at 18-33 @18
  - import statements @18
  - total (amounts) @21 # Sum of the amounts.
  - Ledger @26 # Rows of (region, amount).
    - __init__ (self, rows) @29
       29 |     "    def __init__(self, rows):\n",
       30 |     "        self.rows = rows\n",
    - mean (self) @32
[exit 0]
