summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/class_store_class.py
Commit message (Collapse)AuthorAge
* py: Use sequence of strings for named tuple initializationstijn2015-01-01
| | | | | | - remove single string initialization style - take list of strings instead - store list in the type for fast lookup
* tests: Really fix import.Paul Sokolovsky2014-05-11
|
* tests: Fix import.Paul Sokolovsky2014-05-11
|
* py: Don't try to "bind" types store as attributes of objects.Paul Sokolovsky2014-05-11
This was hit when trying to make urlparse.py from stdlib run. Took quite some time to debug. TODO: Reconsile bound method creation process better, maybe callable is to generic type to bind at all?