coriolis/unicorn
Jean-Paul Chaput bdc474d7fc Quieter helpers initialisation, isderived() alternative to isinstance().
* New: In CRL.python.helpers, all methods make use of the quiet mode to
    allow completly silent initialisation.
      Introduce isderived() function to check the derivation relationship
    of two C++ encapsulated classes by Isobar. The Python isinstance do
    not work, all C++ wrapped classes are of the base type 'type'.
    isderived() uses the MRO mechanism (Method Resolution Order) as a
    workaround. I can't find in the documentation if it's the expected
    behavior or if i did miss something in when building my classes.
2016-12-12 17:06:53 +01:00
..
cmake_modules Added new CMake macro add_python_module() and some cleanup. 2015-03-22 19:12:45 +01:00
doc Happy new year 2016! 2016-01-21 00:41:19 +01:00
python Happy new year 2016! 2016-01-21 00:41:19 +01:00
src Quieter helpers initialisation, isderived() alternative to isinstance(). 2016-12-12 17:06:53 +01:00
CMakeLists.txt Anabatic transient commit 18. Port of Kite (Katana), Yeah, Baby! Yeah! 2016-08-15 16:30:13 +02:00