mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 09:28:22 +08:00
2e327a4d1e
BarData should, at least for the time being, be compatible with existing algorithms that had worked against the prior usage of an ndict as data, which provided `has_key`. Of note, the Python language has deprecated `has_key` in favor of using `in` and `__contains__`.