Changes between Initial Version and Version 1 of Ticket #4073, comment 6
- Timestamp:
- Dec 22, 2020, 7:07:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4073, comment 6
initial v1 1 Most of the C++ modules also have a Python part. Instead of a shim map_cpp that imports _map after loading libarrays another approach is just in map/__init__.py load libarrays. This is the current approach used by atomic_lib, atomic/mobject.py and geometry. It is a little less cumbersome and about as clear in cases when the C++ library is imported in __init__.py.1 Most of the C++ modules also have a Python part. Instead of a shim map_cpp that imports _map after loading libarrays another approach is just in {{{map/__init__.py}}} load libarrays. This is the current approach used by atomic_lib, atomic/mobject.py and geometry. It is a little less cumbersome and about as clear in cases when the C++ library is imported in {{{__init__.py}}}.