xcoll 0.5.11__py3-none-any.whl → 0.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of xcoll might be problematic. Click here for more details.

Files changed (333) hide show
  1. xcoll/__init__.py +5 -18
  2. xcoll/beam_elements/__init__.py +1 -0
  3. xcoll/beam_elements/absorber.py +12 -2
  4. xcoll/beam_elements/base.py +162 -62
  5. xcoll/beam_elements/blowup.py +1 -0
  6. xcoll/beam_elements/elements_src/black_absorber.h +57 -58
  7. xcoll/beam_elements/elements_src/black_crystal.h +49 -50
  8. xcoll/beam_elements/elements_src/everest_block.h +21 -11
  9. xcoll/beam_elements/elements_src/everest_collimator.h +100 -91
  10. xcoll/beam_elements/elements_src/everest_crystal.h +145 -140
  11. xcoll/beam_elements/elements_src/transparent_collimator.h +126 -0
  12. xcoll/beam_elements/elements_src/transparent_crystal.h +118 -0
  13. xcoll/beam_elements/everest.py +16 -5
  14. xcoll/beam_elements/monitor.py +1 -0
  15. xcoll/beam_elements/transparent.py +83 -0
  16. xcoll/colldb.py +15 -6
  17. xcoll/general.py +1 -1
  18. xcoll/headers/particle_states.py +51 -0
  19. xcoll/initial_distribution.py +129 -103
  20. xcoll/interaction_record/interaction_record.py +2 -1
  21. xcoll/interaction_record/interaction_types.py +2 -2
  22. xcoll/line_tools.py +163 -74
  23. xcoll/lossmap.py +519 -127
  24. xcoll/plot.py +109 -0
  25. xcoll/rf_sweep.py +6 -0
  26. xcoll/scattering_routines/engine.py +600 -0
  27. xcoll/scattering_routines/environment.py +297 -0
  28. xcoll/scattering_routines/everest/amorphous.h +95 -71
  29. xcoll/scattering_routines/everest/{channeling.h → channelling.h} +121 -112
  30. xcoll/scattering_routines/everest/constants.h +1 -1
  31. xcoll/scattering_routines/everest/crystal_parameters.h +9 -9
  32. xcoll/scattering_routines/everest/everest.h +8 -3
  33. xcoll/scattering_routines/everest/everest.py +2 -1
  34. xcoll/scattering_routines/everest/ionisation_loss.h +141 -0
  35. xcoll/scattering_routines/everest/jaw.h +19 -24
  36. xcoll/scattering_routines/everest/materials.py +2 -0
  37. xcoll/scattering_routines/everest/multiple_coulomb_scattering.h +2 -2
  38. xcoll/scattering_routines/everest/nuclear_interaction.h +35 -19
  39. xcoll/scattering_routines/everest/properties.h +4 -73
  40. xcoll/xaux.py +73 -0
  41. {xcoll-0.5.11.dist-info → xcoll-0.6.0.dist-info}/METADATA +5 -5
  42. xcoll-0.6.0.dist-info/RECORD +135 -0
  43. xcoll/_manager.py +0 -22
  44. xcoll/headers/particle_states.h +0 -25
  45. xcoll/install.py +0 -35
  46. xcoll/scattering_routines/geant4/collimasim/.git +0 -1
  47. xcoll/scattering_routines/geant4/collimasim/.gitignore +0 -12
  48. xcoll/scattering_routines/geant4/collimasim/.gitmodules +0 -3
  49. xcoll/scattering_routines/geant4/collimasim/CMakeLists.txt +0 -26
  50. xcoll/scattering_routines/geant4/collimasim/README.md +0 -21
  51. xcoll/scattering_routines/geant4/collimasim/docs/Makefile +0 -20
  52. xcoll/scattering_routines/geant4/collimasim/docs/make.bat +0 -35
  53. xcoll/scattering_routines/geant4/collimasim/docs/source/collimasim.rst +0 -10
  54. xcoll/scattering_routines/geant4/collimasim/docs/source/conf.py +0 -59
  55. xcoll/scattering_routines/geant4/collimasim/docs/source/index.rst +0 -26
  56. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.appveyor.yml +0 -37
  57. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.clang-format +0 -19
  58. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.clang-tidy +0 -65
  59. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.cmake-format.yaml +0 -73
  60. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.git +0 -1
  61. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/CODEOWNERS +0 -9
  62. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/CONTRIBUTING.md +0 -386
  63. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -45
  64. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -8
  65. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/dependabot.yml +0 -16
  66. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/labeler.yml +0 -8
  67. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/labeler_merged.yml +0 -3
  68. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/pull_request_template.md +0 -19
  69. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/ci.yml +0 -969
  70. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/configure.yml +0 -84
  71. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/format.yml +0 -48
  72. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/labeler.yml +0 -16
  73. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.github/workflows/pip.yml +0 -103
  74. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.gitignore +0 -45
  75. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.pre-commit-config.yaml +0 -151
  76. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/.readthedocs.yml +0 -3
  77. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/CMakeLists.txt +0 -297
  78. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/LICENSE +0 -29
  79. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/MANIFEST.in +0 -6
  80. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/README.rst +0 -180
  81. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/Doxyfile +0 -23
  82. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/Makefile +0 -192
  83. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/_static/theme_overrides.css +0 -11
  84. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/chrono.rst +0 -81
  85. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/custom.rst +0 -93
  86. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/eigen.rst +0 -310
  87. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/functional.rst +0 -109
  88. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/index.rst +0 -43
  89. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/overview.rst +0 -171
  90. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/stl.rst +0 -251
  91. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/cast/strings.rst +0 -305
  92. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/classes.rst +0 -1297
  93. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/embedding.rst +0 -262
  94. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/exceptions.rst +0 -396
  95. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/functions.rst +0 -568
  96. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/misc.rst +0 -337
  97. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/pycpp/index.rst +0 -13
  98. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/pycpp/numpy.rst +0 -463
  99. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/pycpp/object.rst +0 -286
  100. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/pycpp/utilities.rst +0 -155
  101. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/advanced/smart_ptrs.rst +0 -174
  102. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/basics.rst +0 -308
  103. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/benchmark.py +0 -91
  104. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/benchmark.rst +0 -95
  105. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/changelog.rst +0 -2050
  106. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/classes.rst +0 -542
  107. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/cmake/index.rst +0 -8
  108. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/compiling.rst +0 -648
  109. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/conf.py +0 -381
  110. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/faq.rst +0 -343
  111. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/index.rst +0 -48
  112. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/installing.rst +0 -105
  113. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/limitations.rst +0 -72
  114. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11-logo.png +0 -0
  115. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
  116. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11_vs_boost_python1.svg +0 -427
  117. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
  118. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/pybind11_vs_boost_python2.svg +0 -427
  119. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/reference.rst +0 -130
  120. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/release.rst +0 -96
  121. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/requirements.txt +0 -8
  122. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/docs/upgrade.rst +0 -548
  123. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/attr.h +0 -605
  124. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/buffer_info.h +0 -144
  125. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/cast.h +0 -1432
  126. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/chrono.h +0 -213
  127. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/common.h +0 -2
  128. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/complex.h +0 -65
  129. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/class.h +0 -709
  130. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/common.h +0 -1021
  131. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/descr.h +0 -104
  132. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/init.h +0 -346
  133. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/internals.h +0 -467
  134. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/type_caster_base.h +0 -978
  135. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/detail/typeid.h +0 -55
  136. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/eigen.h +0 -606
  137. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/embed.h +0 -284
  138. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/eval.h +0 -163
  139. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/functional.h +0 -121
  140. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/gil.h +0 -193
  141. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/iostream.h +0 -275
  142. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/numpy.h +0 -1741
  143. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/operators.h +0 -163
  144. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/options.h +0 -65
  145. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/pybind11.h +0 -2497
  146. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/pytypes.h +0 -1879
  147. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/stl/filesystem.h +0 -103
  148. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/stl.h +0 -375
  149. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/include/pybind11/stl_bind.h +0 -747
  150. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/noxfile.py +0 -88
  151. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/__init__.py +0 -11
  152. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/__main__.py +0 -52
  153. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/_version.py +0 -12
  154. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/_version.pyi +0 -6
  155. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/commands.py +0 -21
  156. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/py.typed +0 -0
  157. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/setup_helpers.py +0 -482
  158. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pybind11/setup_helpers.pyi +0 -63
  159. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/pyproject.toml +0 -41
  160. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/setup.cfg +0 -56
  161. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/setup.py +0 -155
  162. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/CMakeLists.txt +0 -503
  163. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/conftest.py +0 -208
  164. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/constructor_stats.h +0 -275
  165. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/cross_module_gil_utils.cpp +0 -73
  166. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/env.py +0 -33
  167. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/extra_python_package/pytest.ini +0 -0
  168. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/extra_python_package/test_files.py +0 -279
  169. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/extra_setuptools/pytest.ini +0 -0
  170. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -143
  171. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/local_bindings.h +0 -85
  172. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/object.h +0 -179
  173. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/pybind11_cross_module_tests.cpp +0 -151
  174. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/pybind11_tests.cpp +0 -91
  175. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/pybind11_tests.h +0 -85
  176. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/pytest.ini +0 -19
  177. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/requirements.txt +0 -12
  178. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_async.cpp +0 -26
  179. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_async.py +0 -25
  180. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_buffers.cpp +0 -216
  181. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_buffers.py +0 -163
  182. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_builtin_casters.cpp +0 -286
  183. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_builtin_casters.py +0 -536
  184. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_call_policies.cpp +0 -107
  185. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_call_policies.py +0 -248
  186. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_callbacks.cpp +0 -227
  187. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_callbacks.py +0 -202
  188. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_chrono.cpp +0 -84
  189. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_chrono.py +0 -210
  190. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_class.cpp +0 -550
  191. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_class.py +0 -473
  192. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -84
  193. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/embed.cpp +0 -21
  194. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -28
  195. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -39
  196. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -46
  197. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/main.cpp +0 -6
  198. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -41
  199. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -35
  200. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -41
  201. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_cmake_build/test.py +0 -10
  202. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_constants_and_functions.cpp +0 -165
  203. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_constants_and_functions.py +0 -53
  204. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_copy_move.cpp +0 -238
  205. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_copy_move.py +0 -126
  206. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_custom_type_casters.cpp +0 -141
  207. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_custom_type_casters.py +0 -117
  208. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_custom_type_setup.cpp +0 -41
  209. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_custom_type_setup.py +0 -50
  210. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_docstring_options.cpp +0 -69
  211. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_docstring_options.py +0 -42
  212. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eigen.cpp +0 -348
  213. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eigen.py +0 -771
  214. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/CMakeLists.txt +0 -47
  215. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/catch.cpp +0 -22
  216. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/external_module.cpp +0 -23
  217. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/test_interpreter.cpp +0 -326
  218. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_embed/test_interpreter.py +0 -15
  219. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_enum.cpp +0 -148
  220. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_enum.py +0 -272
  221. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eval.cpp +0 -119
  222. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eval.py +0 -51
  223. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_eval_call.py +0 -5
  224. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_exceptions.cpp +0 -285
  225. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_exceptions.h +0 -12
  226. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_exceptions.py +0 -265
  227. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_factory_constructors.cpp +0 -397
  228. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_factory_constructors.py +0 -520
  229. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_gil_scoped.cpp +0 -49
  230. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_gil_scoped.py +0 -94
  231. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_iostream.cpp +0 -125
  232. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_iostream.py +0 -331
  233. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_kwargs_and_defaults.cpp +0 -153
  234. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_kwargs_and_defaults.py +0 -284
  235. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_local_bindings.cpp +0 -107
  236. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_local_bindings.py +0 -257
  237. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_methods_and_attributes.cpp +0 -412
  238. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_methods_and_attributes.py +0 -517
  239. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_modules.cpp +0 -102
  240. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_modules.py +0 -92
  241. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_multiple_inheritance.cpp +0 -233
  242. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_multiple_inheritance.py +0 -360
  243. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_array.cpp +0 -472
  244. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_array.py +0 -593
  245. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_dtypes.cpp +0 -524
  246. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_dtypes.py +0 -441
  247. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_vectorize.cpp +0 -103
  248. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_numpy_vectorize.py +0 -267
  249. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_opaque_types.cpp +0 -73
  250. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_opaque_types.py +0 -59
  251. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_operator_overloading.cpp +0 -235
  252. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_operator_overloading.py +0 -146
  253. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_pickling.cpp +0 -189
  254. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_pickling.py +0 -82
  255. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_pytypes.cpp +0 -560
  256. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_pytypes.py +0 -651
  257. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_sequences_and_iterators.cpp +0 -500
  258. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_sequences_and_iterators.py +0 -253
  259. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_smart_ptr.cpp +0 -452
  260. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_smart_ptr.py +0 -318
  261. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_stl.cpp +0 -342
  262. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_stl.py +0 -291
  263. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_stl_binders.cpp +0 -131
  264. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_stl_binders.py +0 -318
  265. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_tagbased_polymorphic.cpp +0 -144
  266. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_tagbased_polymorphic.py +0 -29
  267. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_thread.cpp +0 -66
  268. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_thread.py +0 -44
  269. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_union.cpp +0 -22
  270. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_union.py +0 -9
  271. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_virtual_functions.cpp +0 -510
  272. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/test_virtual_functions.py +0 -408
  273. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/valgrind-numpy-scipy.supp +0 -140
  274. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tests/valgrind-python.supp +0 -117
  275. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/FindCatch.cmake +0 -70
  276. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/FindEigen3.cmake +0 -86
  277. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/FindPythonLibsNew.cmake +0 -257
  278. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/check-style.sh +0 -44
  279. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/cmake_uninstall.cmake.in +0 -23
  280. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/libsize.py +0 -39
  281. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/make_changelog.py +0 -64
  282. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pybind11Common.cmake +0 -402
  283. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pybind11Config.cmake.in +0 -233
  284. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pybind11NewTools.cmake +0 -276
  285. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pybind11Tools.cmake +0 -214
  286. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/pyproject.toml +0 -3
  287. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/setup_global.py.in +0 -65
  288. xcoll/scattering_routines/geant4/collimasim/lib/pybind11/tools/setup_main.py.in +0 -41
  289. xcoll/scattering_routines/geant4/collimasim/pyproject.toml +0 -8
  290. xcoll/scattering_routines/geant4/collimasim/setup.py +0 -144
  291. xcoll/scattering_routines/geant4/collimasim/src/collimasim/BDSPyATInterface.cpp +0 -403
  292. xcoll/scattering_routines/geant4/collimasim/src/collimasim/BDSPyATInterface.hh +0 -100
  293. xcoll/scattering_routines/geant4/collimasim/src/collimasim/BDSXtrackInterface.cpp +0 -763
  294. xcoll/scattering_routines/geant4/collimasim/src/collimasim/BDSXtrackInterface.hh +0 -118
  295. xcoll/scattering_routines/geant4/collimasim/src/collimasim/__init__.py +0 -8
  296. xcoll/scattering_routines/geant4/collimasim/src/collimasim/bindings.cpp +0 -63
  297. xcoll/scattering_routines/geant4/collimasim/src/collimasim/pyCollimatorPass.py +0 -142
  298. xcoll/scattering_routines/geant4/collimasim/src/collimasim/xtrack_collimator.py +0 -556
  299. xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/PKG-INFO +0 -6
  300. xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/SOURCES.txt +0 -24
  301. xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/dependency_links.txt +0 -1
  302. xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/not-zip-safe +0 -1
  303. xcoll/scattering_routines/geant4/collimasim/src/collimasim.egg-info/top_level.txt +0 -1
  304. xcoll/scattering_routines/geant4/collimasim/tests/README.md +0 -25
  305. xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_forions.dat +0 -25
  306. xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_new_example.dat +0 -18
  307. xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_old_example.dat +0 -68
  308. xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_testing.dat +0 -15
  309. xcoll/scattering_routines/geant4/collimasim/tests/resources/CollDB_yaml_example.yaml +0 -110
  310. xcoll/scattering_routines/geant4/collimasim/tests/resources/collgaps.dat +0 -7
  311. xcoll/scattering_routines/geant4/collimasim/tests/resources/collgaps_pyat_test.dat +0 -3
  312. xcoll/scattering_routines/geant4/collimasim/tests/resources/collonly_twiss_file_example.tfs +0 -54
  313. xcoll/scattering_routines/geant4/collimasim/tests/resources/settings.gmad +0 -3
  314. xcoll/scattering_routines/geant4/collimasim/tests/resources/settings_black_absorber.gmad +0 -3
  315. xcoll/scattering_routines/geant4/collimasim/tests/resources/settings_ions.gmad +0 -5
  316. xcoll/scattering_routines/geant4/collimasim/tests/resources/twiss_file_testing.tfs +0 -51
  317. xcoll/scattering_routines/geant4/collimasim/tests/test_pyat.py +0 -65
  318. xcoll/scattering_routines/geant4/collimasim/tests/test_pyat_passmethod.py +0 -59
  319. xcoll/scattering_routines/geant4/collimasim/tests/test_pyat_tracking.py +0 -102
  320. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack.py +0 -75
  321. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_angle.py +0 -74
  322. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_colldb_load.py +0 -84
  323. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_interaction.py +0 -159
  324. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_interaction_ion.py +0 -99
  325. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_ions.py +0 -78
  326. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_lost_energy.py +0 -88
  327. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tilt.py +0 -80
  328. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tracking.py +0 -97
  329. xcoll/scattering_routines/geant4/collimasim/tests/test_xtrack_tracking_ions.py +0 -96
  330. xcoll-0.5.11.dist-info/RECORD +0 -413
  331. {xcoll-0.5.11.dist-info → xcoll-0.6.0.dist-info}/LICENSE +0 -0
  332. {xcoll-0.5.11.dist-info → xcoll-0.6.0.dist-info}/NOTICE +0 -0
  333. {xcoll-0.5.11.dist-info → xcoll-0.6.0.dist-info}/WHEEL +0 -0
@@ -1,125 +0,0 @@
1
- /*
2
- tests/test_iostream.cpp -- Usage of scoped_output_redirect
3
-
4
- Copyright (c) 2017 Henry F. Schreiner
5
-
6
- All rights reserved. Use of this source code is governed by a
7
- BSD-style license that can be found in the LICENSE file.
8
- */
9
-
10
- #if defined(_MSC_VER) && _MSC_VER < 1910 // VS 2015's MSVC
11
- # pragma warning(disable: 4702) // unreachable code in system header (xatomic.h(382))
12
- #endif
13
-
14
- #include <pybind11/iostream.h>
15
- #include "pybind11_tests.h"
16
- #include <atomic>
17
- #include <iostream>
18
- #include <mutex>
19
- #include <string>
20
- #include <thread>
21
-
22
- void noisy_function(const std::string &msg, bool flush) {
23
-
24
- std::cout << msg;
25
- if (flush)
26
- std::cout << std::flush;
27
- }
28
-
29
- void noisy_funct_dual(const std::string &msg, const std::string &emsg) {
30
- std::cout << msg;
31
- std::cerr << emsg;
32
- }
33
-
34
- // object to manage C++ thread
35
- // simply repeatedly write to std::cerr until stopped
36
- // redirect is called at some point to test the safety of scoped_estream_redirect
37
- struct TestThread {
38
- TestThread() : stop_{false} {
39
- auto thread_f = [this] {
40
- static std::mutex cout_mutex;
41
- while (!stop_) {
42
- {
43
- // #HelpAppreciated: Work on iostream.h thread safety.
44
- // Without this lock, the clang ThreadSanitizer (tsan) reliably reports a
45
- // data race, and this test is predictably flakey on Windows.
46
- // For more background see the discussion under
47
- // https://github.com/pybind/pybind11/pull/2982 and
48
- // https://github.com/pybind/pybind11/pull/2995.
49
- const std::lock_guard<std::mutex> lock(cout_mutex);
50
- std::cout << "x" << std::flush;
51
- }
52
- std::this_thread::sleep_for(std::chrono::microseconds(50));
53
- } };
54
- t_ = new std::thread(std::move(thread_f));
55
- }
56
-
57
- ~TestThread() {
58
- delete t_;
59
- }
60
-
61
- void stop() { stop_ = true; }
62
-
63
- void join() const {
64
- py::gil_scoped_release gil_lock;
65
- t_->join();
66
- }
67
-
68
- void sleep() {
69
- py::gil_scoped_release gil_lock;
70
- std::this_thread::sleep_for(std::chrono::milliseconds(50));
71
- }
72
-
73
- std::thread *t_{nullptr};
74
- std::atomic<bool> stop_;
75
- };
76
-
77
-
78
- TEST_SUBMODULE(iostream, m) {
79
-
80
- add_ostream_redirect(m);
81
-
82
- // test_evals
83
-
84
- m.def("captured_output_default", [](const std::string &msg) {
85
- py::scoped_ostream_redirect redir;
86
- std::cout << msg << std::flush;
87
- });
88
-
89
- m.def("captured_output", [](const std::string &msg) {
90
- py::scoped_ostream_redirect redir(std::cout, py::module_::import("sys").attr("stdout"));
91
- std::cout << msg << std::flush;
92
- });
93
-
94
- m.def("guard_output", &noisy_function,
95
- py::call_guard<py::scoped_ostream_redirect>(),
96
- py::arg("msg"), py::arg("flush")=true);
97
-
98
- m.def("captured_err", [](const std::string &msg) {
99
- py::scoped_ostream_redirect redir(std::cerr, py::module_::import("sys").attr("stderr"));
100
- std::cerr << msg << std::flush;
101
- });
102
-
103
- m.def("noisy_function", &noisy_function, py::arg("msg"), py::arg("flush") = true);
104
-
105
- m.def("dual_guard", &noisy_funct_dual,
106
- py::call_guard<py::scoped_ostream_redirect, py::scoped_estream_redirect>(),
107
- py::arg("msg"), py::arg("emsg"));
108
-
109
- m.def("raw_output", [](const std::string &msg) { std::cout << msg << std::flush; });
110
-
111
- m.def("raw_err", [](const std::string &msg) { std::cerr << msg << std::flush; });
112
-
113
- m.def("captured_dual", [](const std::string &msg, const std::string &emsg) {
114
- py::scoped_ostream_redirect redirout(std::cout, py::module_::import("sys").attr("stdout"));
115
- py::scoped_ostream_redirect redirerr(std::cerr, py::module_::import("sys").attr("stderr"));
116
- std::cout << msg << std::flush;
117
- std::cerr << emsg << std::flush;
118
- });
119
-
120
- py::class_<TestThread>(m, "TestThread")
121
- .def(py::init<>())
122
- .def("stop", &TestThread::stop)
123
- .def("join", &TestThread::join)
124
- .def("sleep", &TestThread::sleep);
125
- }
@@ -1,331 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- import sys
3
- from contextlib import contextmanager
4
-
5
- from pybind11_tests import iostream as m
6
-
7
- try:
8
- # Python 3
9
- from io import StringIO
10
- except ImportError:
11
- # Python 2
12
- try:
13
- from cStringIO import StringIO
14
- except ImportError:
15
- from StringIO import StringIO
16
-
17
- try:
18
- # Python 3.4
19
- from contextlib import redirect_stdout
20
- except ImportError:
21
-
22
- @contextmanager
23
- def redirect_stdout(target):
24
- original = sys.stdout
25
- sys.stdout = target
26
- yield
27
- sys.stdout = original
28
-
29
-
30
- try:
31
- # Python 3.5
32
- from contextlib import redirect_stderr
33
- except ImportError:
34
-
35
- @contextmanager
36
- def redirect_stderr(target):
37
- original = sys.stderr
38
- sys.stderr = target
39
- yield
40
- sys.stderr = original
41
-
42
-
43
- def test_captured(capsys):
44
- msg = "I've been redirected to Python, I hope!"
45
- m.captured_output(msg)
46
- stdout, stderr = capsys.readouterr()
47
- assert stdout == msg
48
- assert stderr == ""
49
-
50
- m.captured_output_default(msg)
51
- stdout, stderr = capsys.readouterr()
52
- assert stdout == msg
53
- assert stderr == ""
54
-
55
- m.captured_err(msg)
56
- stdout, stderr = capsys.readouterr()
57
- assert stdout == ""
58
- assert stderr == msg
59
-
60
-
61
- def test_captured_large_string(capsys):
62
- # Make this bigger than the buffer used on the C++ side: 1024 chars
63
- msg = "I've been redirected to Python, I hope!"
64
- msg = msg * (1024 // len(msg) + 1)
65
-
66
- m.captured_output_default(msg)
67
- stdout, stderr = capsys.readouterr()
68
- assert stdout == msg
69
- assert stderr == ""
70
-
71
-
72
- def test_captured_utf8_2byte_offset0(capsys):
73
- msg = "\u07FF"
74
- msg = "" + msg * (1024 // len(msg) + 1)
75
-
76
- m.captured_output_default(msg)
77
- stdout, stderr = capsys.readouterr()
78
- assert stdout == msg
79
- assert stderr == ""
80
-
81
-
82
- def test_captured_utf8_2byte_offset1(capsys):
83
- msg = "\u07FF"
84
- msg = "1" + msg * (1024 // len(msg) + 1)
85
-
86
- m.captured_output_default(msg)
87
- stdout, stderr = capsys.readouterr()
88
- assert stdout == msg
89
- assert stderr == ""
90
-
91
-
92
- def test_captured_utf8_3byte_offset0(capsys):
93
- msg = "\uFFFF"
94
- msg = "" + msg * (1024 // len(msg) + 1)
95
-
96
- m.captured_output_default(msg)
97
- stdout, stderr = capsys.readouterr()
98
- assert stdout == msg
99
- assert stderr == ""
100
-
101
-
102
- def test_captured_utf8_3byte_offset1(capsys):
103
- msg = "\uFFFF"
104
- msg = "1" + msg * (1024 // len(msg) + 1)
105
-
106
- m.captured_output_default(msg)
107
- stdout, stderr = capsys.readouterr()
108
- assert stdout == msg
109
- assert stderr == ""
110
-
111
-
112
- def test_captured_utf8_3byte_offset2(capsys):
113
- msg = "\uFFFF"
114
- msg = "12" + msg * (1024 // len(msg) + 1)
115
-
116
- m.captured_output_default(msg)
117
- stdout, stderr = capsys.readouterr()
118
- assert stdout == msg
119
- assert stderr == ""
120
-
121
-
122
- def test_captured_utf8_4byte_offset0(capsys):
123
- msg = "\U0010FFFF"
124
- msg = "" + msg * (1024 // len(msg) + 1)
125
-
126
- m.captured_output_default(msg)
127
- stdout, stderr = capsys.readouterr()
128
- assert stdout == msg
129
- assert stderr == ""
130
-
131
-
132
- def test_captured_utf8_4byte_offset1(capsys):
133
- msg = "\U0010FFFF"
134
- msg = "1" + msg * (1024 // len(msg) + 1)
135
-
136
- m.captured_output_default(msg)
137
- stdout, stderr = capsys.readouterr()
138
- assert stdout == msg
139
- assert stderr == ""
140
-
141
-
142
- def test_captured_utf8_4byte_offset2(capsys):
143
- msg = "\U0010FFFF"
144
- msg = "12" + msg * (1024 // len(msg) + 1)
145
-
146
- m.captured_output_default(msg)
147
- stdout, stderr = capsys.readouterr()
148
- assert stdout == msg
149
- assert stderr == ""
150
-
151
-
152
- def test_captured_utf8_4byte_offset3(capsys):
153
- msg = "\U0010FFFF"
154
- msg = "123" + msg * (1024 // len(msg) + 1)
155
-
156
- m.captured_output_default(msg)
157
- stdout, stderr = capsys.readouterr()
158
- assert stdout == msg
159
- assert stderr == ""
160
-
161
-
162
- def test_guard_capture(capsys):
163
- msg = "I've been redirected to Python, I hope!"
164
- m.guard_output(msg)
165
- stdout, stderr = capsys.readouterr()
166
- assert stdout == msg
167
- assert stderr == ""
168
-
169
-
170
- def test_series_captured(capture):
171
- with capture:
172
- m.captured_output("a")
173
- m.captured_output("b")
174
- assert capture == "ab"
175
-
176
-
177
- def test_flush(capfd):
178
- msg = "(not flushed)"
179
- msg2 = "(flushed)"
180
-
181
- with m.ostream_redirect():
182
- m.noisy_function(msg, flush=False)
183
- stdout, stderr = capfd.readouterr()
184
- assert stdout == ""
185
-
186
- m.noisy_function(msg2, flush=True)
187
- stdout, stderr = capfd.readouterr()
188
- assert stdout == msg + msg2
189
-
190
- m.noisy_function(msg, flush=False)
191
-
192
- stdout, stderr = capfd.readouterr()
193
- assert stdout == msg
194
-
195
-
196
- def test_not_captured(capfd):
197
- msg = "Something that should not show up in log"
198
- stream = StringIO()
199
- with redirect_stdout(stream):
200
- m.raw_output(msg)
201
- stdout, stderr = capfd.readouterr()
202
- assert stdout == msg
203
- assert stderr == ""
204
- assert stream.getvalue() == ""
205
-
206
- stream = StringIO()
207
- with redirect_stdout(stream):
208
- m.captured_output(msg)
209
- stdout, stderr = capfd.readouterr()
210
- assert stdout == ""
211
- assert stderr == ""
212
- assert stream.getvalue() == msg
213
-
214
-
215
- def test_err(capfd):
216
- msg = "Something that should not show up in log"
217
- stream = StringIO()
218
- with redirect_stderr(stream):
219
- m.raw_err(msg)
220
- stdout, stderr = capfd.readouterr()
221
- assert stdout == ""
222
- assert stderr == msg
223
- assert stream.getvalue() == ""
224
-
225
- stream = StringIO()
226
- with redirect_stderr(stream):
227
- m.captured_err(msg)
228
- stdout, stderr = capfd.readouterr()
229
- assert stdout == ""
230
- assert stderr == ""
231
- assert stream.getvalue() == msg
232
-
233
-
234
- def test_multi_captured(capfd):
235
- stream = StringIO()
236
- with redirect_stdout(stream):
237
- m.captured_output("a")
238
- m.raw_output("b")
239
- m.captured_output("c")
240
- m.raw_output("d")
241
- stdout, stderr = capfd.readouterr()
242
- assert stdout == "bd"
243
- assert stream.getvalue() == "ac"
244
-
245
-
246
- def test_dual(capsys):
247
- m.captured_dual("a", "b")
248
- stdout, stderr = capsys.readouterr()
249
- assert stdout == "a"
250
- assert stderr == "b"
251
-
252
-
253
- def test_redirect(capfd):
254
- msg = "Should not be in log!"
255
- stream = StringIO()
256
- with redirect_stdout(stream):
257
- m.raw_output(msg)
258
- stdout, stderr = capfd.readouterr()
259
- assert stdout == msg
260
- assert stream.getvalue() == ""
261
-
262
- stream = StringIO()
263
- with redirect_stdout(stream):
264
- with m.ostream_redirect():
265
- m.raw_output(msg)
266
- stdout, stderr = capfd.readouterr()
267
- assert stdout == ""
268
- assert stream.getvalue() == msg
269
-
270
- stream = StringIO()
271
- with redirect_stdout(stream):
272
- m.raw_output(msg)
273
- stdout, stderr = capfd.readouterr()
274
- assert stdout == msg
275
- assert stream.getvalue() == ""
276
-
277
-
278
- def test_redirect_err(capfd):
279
- msg = "StdOut"
280
- msg2 = "StdErr"
281
-
282
- stream = StringIO()
283
- with redirect_stderr(stream):
284
- with m.ostream_redirect(stdout=False):
285
- m.raw_output(msg)
286
- m.raw_err(msg2)
287
- stdout, stderr = capfd.readouterr()
288
- assert stdout == msg
289
- assert stderr == ""
290
- assert stream.getvalue() == msg2
291
-
292
-
293
- def test_redirect_both(capfd):
294
- msg = "StdOut"
295
- msg2 = "StdErr"
296
-
297
- stream = StringIO()
298
- stream2 = StringIO()
299
- with redirect_stdout(stream):
300
- with redirect_stderr(stream2):
301
- with m.ostream_redirect():
302
- m.raw_output(msg)
303
- m.raw_err(msg2)
304
- stdout, stderr = capfd.readouterr()
305
- assert stdout == ""
306
- assert stderr == ""
307
- assert stream.getvalue() == msg
308
- assert stream2.getvalue() == msg2
309
-
310
-
311
- def test_threading():
312
- with m.ostream_redirect(stdout=True, stderr=False):
313
- # start some threads
314
- threads = []
315
-
316
- # start some threads
317
- for _j in range(20):
318
- threads.append(m.TestThread())
319
-
320
- # give the threads some time to fail
321
- threads[0].sleep()
322
-
323
- # stop all the threads
324
- for t in threads:
325
- t.stop()
326
-
327
- for t in threads:
328
- t.join()
329
-
330
- # if a thread segfaults, we don't get here
331
- assert True
@@ -1,153 +0,0 @@
1
- /*
2
- tests/test_kwargs_and_defaults.cpp -- keyword arguments and default values
3
-
4
- Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
5
-
6
- All rights reserved. Use of this source code is governed by a
7
- BSD-style license that can be found in the LICENSE file.
8
- */
9
-
10
- #include "pybind11_tests.h"
11
- #include "constructor_stats.h"
12
- #include <pybind11/stl.h>
13
-
14
- #include <utility>
15
-
16
- TEST_SUBMODULE(kwargs_and_defaults, m) {
17
- auto kw_func = [](int x, int y) { return "x=" + std::to_string(x) + ", y=" + std::to_string(y); };
18
-
19
- // test_named_arguments
20
- m.def("kw_func0", kw_func);
21
- m.def("kw_func1", kw_func, py::arg("x"), py::arg("y"));
22
- m.def("kw_func2", kw_func, py::arg("x") = 100, py::arg("y") = 200);
23
- m.def("kw_func3", [](const char *) { }, py::arg("data") = std::string("Hello world!"));
24
-
25
- /* A fancier default argument */
26
- std::vector<int> list{{13, 17}};
27
- m.def("kw_func4", [](const std::vector<int> &entries) {
28
- std::string ret = "{";
29
- for (int i : entries)
30
- ret += std::to_string(i) + " ";
31
- ret.back() = '}';
32
- return ret;
33
- }, py::arg("myList") = list);
34
-
35
- m.def("kw_func_udl", kw_func, "x"_a, "y"_a=300);
36
- m.def("kw_func_udl_z", kw_func, "x"_a, "y"_a=0);
37
-
38
- // test_args_and_kwargs
39
- m.def("args_function", [](py::args args) -> py::tuple {
40
- return std::move(args);
41
- });
42
- m.def("args_kwargs_function", [](const py::args &args, const py::kwargs &kwargs) {
43
- return py::make_tuple(args, kwargs);
44
- });
45
-
46
- // test_mixed_args_and_kwargs
47
- m.def("mixed_plus_args",
48
- [](int i, double j, const py::args &args) { return py::make_tuple(i, j, args); });
49
- m.def("mixed_plus_kwargs",
50
- [](int i, double j, const py::kwargs &kwargs) { return py::make_tuple(i, j, kwargs); });
51
- auto mixed_plus_both = [](int i, double j, const py::args &args, const py::kwargs &kwargs) {
52
- return py::make_tuple(i, j, args, kwargs);
53
- };
54
- m.def("mixed_plus_args_kwargs", mixed_plus_both);
55
-
56
- m.def("mixed_plus_args_kwargs_defaults", mixed_plus_both,
57
- py::arg("i") = 1, py::arg("j") = 3.14159);
58
-
59
- // test_args_refcount
60
- // PyPy needs a garbage collection to get the reference count values to match CPython's behaviour
61
- #ifdef PYPY_VERSION
62
- #define GC_IF_NEEDED ConstructorStats::gc()
63
- #else
64
- #define GC_IF_NEEDED
65
- #endif
66
- m.def("arg_refcount_h", [](py::handle h) { GC_IF_NEEDED; return h.ref_count(); });
67
- m.def("arg_refcount_h", [](py::handle h, py::handle, py::handle) { GC_IF_NEEDED; return h.ref_count(); });
68
- m.def("arg_refcount_o", [](const py::object &o) {
69
- GC_IF_NEEDED;
70
- return o.ref_count();
71
- });
72
- m.def("args_refcount", [](py::args a) {
73
- GC_IF_NEEDED;
74
- py::tuple t(a.size());
75
- for (size_t i = 0; i < a.size(); i++)
76
- // Use raw Python API here to avoid an extra, intermediate incref on the tuple item:
77
- t[i] = (int) Py_REFCNT(PyTuple_GET_ITEM(a.ptr(), static_cast<py::ssize_t>(i)));
78
- return t;
79
- });
80
- m.def("mixed_args_refcount", [](const py::object &o, py::args a) {
81
- GC_IF_NEEDED;
82
- py::tuple t(a.size() + 1);
83
- t[0] = o.ref_count();
84
- for (size_t i = 0; i < a.size(); i++)
85
- // Use raw Python API here to avoid an extra, intermediate incref on the tuple item:
86
- t[i + 1] = (int) Py_REFCNT(PyTuple_GET_ITEM(a.ptr(), static_cast<py::ssize_t>(i)));
87
- return t;
88
- });
89
-
90
- // pybind11 won't allow these to be bound: args and kwargs, if present, must be at the end.
91
- // Uncomment these to test that the static_assert is indeed working:
92
- // m.def("bad_args1", [](py::args, int) {});
93
- // m.def("bad_args2", [](py::kwargs, int) {});
94
- // m.def("bad_args3", [](py::kwargs, py::args) {});
95
- // m.def("bad_args4", [](py::args, int, py::kwargs) {});
96
- // m.def("bad_args5", [](py::args, py::kwargs, int) {});
97
- // m.def("bad_args6", [](py::args, py::args) {});
98
- // m.def("bad_args7", [](py::kwargs, py::kwargs) {});
99
-
100
- // test_keyword_only_args
101
- m.def("kw_only_all", [](int i, int j) { return py::make_tuple(i, j); },
102
- py::kw_only(), py::arg("i"), py::arg("j"));
103
- m.def("kw_only_some", [](int i, int j, int k) { return py::make_tuple(i, j, k); },
104
- py::arg(), py::kw_only(), py::arg("j"), py::arg("k"));
105
- m.def("kw_only_with_defaults", [](int i, int j, int k, int z) { return py::make_tuple(i, j, k, z); },
106
- py::arg() = 3, "j"_a = 4, py::kw_only(), "k"_a = 5, "z"_a);
107
- m.def("kw_only_mixed", [](int i, int j) { return py::make_tuple(i, j); },
108
- "i"_a, py::kw_only(), "j"_a);
109
- m.def(
110
- "kw_only_plus_more",
111
- [](int i, int j, int k, const py::kwargs &kwargs) {
112
- return py::make_tuple(i, j, k, kwargs);
113
- },
114
- py::arg() /* positional */,
115
- py::arg("j") = -1 /* both */,
116
- py::kw_only(),
117
- py::arg("k") /* kw-only */);
118
-
119
- m.def("register_invalid_kw_only", [](py::module_ m) {
120
- m.def("bad_kw_only", [](int i, int j) { return py::make_tuple(i, j); },
121
- py::kw_only(), py::arg() /* invalid unnamed argument */, "j"_a);
122
- });
123
-
124
- // test_positional_only_args
125
- m.def("pos_only_all", [](int i, int j) { return py::make_tuple(i, j); },
126
- py::arg("i"), py::arg("j"), py::pos_only());
127
- m.def("pos_only_mix", [](int i, int j) { return py::make_tuple(i, j); },
128
- py::arg("i"), py::pos_only(), py::arg("j"));
129
- m.def("pos_kw_only_mix", [](int i, int j, int k) { return py::make_tuple(i, j, k); },
130
- py::arg("i"), py::pos_only(), py::arg("j"), py::kw_only(), py::arg("k"));
131
- m.def("pos_only_def_mix", [](int i, int j, int k) { return py::make_tuple(i, j, k); },
132
- py::arg("i"), py::arg("j") = 2, py::pos_only(), py::arg("k") = 3);
133
-
134
-
135
- // These should fail to compile:
136
- // argument annotations are required when using kw_only
137
- // m.def("bad_kw_only1", [](int) {}, py::kw_only());
138
- // can't specify both `py::kw_only` and a `py::args` argument
139
- // m.def("bad_kw_only2", [](int i, py::args) {}, py::kw_only(), "i"_a);
140
-
141
- // test_function_signatures (along with most of the above)
142
- struct KWClass { void foo(int, float) {} };
143
- py::class_<KWClass>(m, "KWClass")
144
- .def("foo0", &KWClass::foo)
145
- .def("foo1", &KWClass::foo, "x"_a, "y"_a);
146
-
147
- // Make sure a class (not an instance) can be used as a default argument.
148
- // The return value doesn't matter, only that the module is importable.
149
- m.def(
150
- "class_default_argument",
151
- [](py::object a) { return py::repr(std::move(a)); },
152
- "a"_a = py::module_::import("decimal").attr("Decimal"));
153
- }