コード例 #1
0
ファイル: test_local_bindings.py プロジェクト: borglab/gtsam
def test_internal_locals_differ():
    """Makes sure the internal local type map differs across the two modules"""
    import pybind11_cross_module_tests as cm

    assert m.local_cpp_types_addr() != cm.local_cpp_types_addr()
コード例 #2
0
ファイル: test_local_bindings.py プロジェクト: ComPWA/ComPWA
def test_internal_locals_differ():
    """Makes sure the internal local type map differs across the two modules"""
    import pybind11_cross_module_tests as cm
    assert m.local_cpp_types_addr() != cm.local_cpp_types_addr()