Codebase list aadict / 3e4dfa2b-925b-4da0-a8b1-913d8b6a16c1/main TODO.txt
3e4dfa2b-925b-4da0-a8b1-913d8b6a16c1/main

Tree @3e4dfa2b-925b-4da0-a8b1-913d8b6a16c1/main (Download .tar.gz)

TODO.txt @3e4dfa2b-925b-4da0-a8b1-913d8b6a16c1/mainraw · history · blame

1
2
3
4
5
6
7
8
9
* pick and omit don't treat an empty selection correctly (IMHO). specifically:
  * pick(d) should probably return nothing
  * pick(d, prefix=...) should return only those prefixes
  * omit(d) should return d with all keys copied
  * omit(d, prefix=...) should return d with all keys that have the specified
    prefix removed...

* perhaps use `vars()` during aadict() construction so that it can
  handle argparse.Namespace objects ? ...