Files
RustPython/vm/src/stdlib
Daniel Watkins 1c0e1ed6b5 Implement getters for PyContext types
Currently, all users of the *_type attributes on PyContext have to
immediately clone the pointer before they can use it; this pushes that
cloning in to getters to reduce the clone-clutter across the codebase.
2018-08-27 17:31:05 -04:00
..
2018-08-27 17:31:05 -04:00