sfepy.config module¶
- sfepy.config.compose_system_compile_flags(is_posix: bool) list [source]¶
Provides a list of compile flags that tries to be as similar as possible to what Python itself was built with. This has been done historically by numpy.distutils (now deprecated) and a squeezed version of it is brought over to here.
- sfepy.config.has_attr(obj, attr)¶