KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
1.02k stars 245 forks source link

[Core] Fix Python stub generation #12404

Closed sunethwarna closed 4 months ago

sunethwarna commented 4 months ago

📝 Description As in the title. [This removes a warning which is thrown when generating stubs]

🆕 Changelog

matekelemen commented 4 months ago

I don't get it. Why the backslash literal?

Nevermind, I see it's not a raw string so you had to escape the backslash. Got it.