File: __init__.py

package info (click to toggle)
python-ewah-bool-utils 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: cpp: 1,709; ansic: 926; python: 249; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""Top-level package for EWAH Bool Utils."""


from ewah_bool_utils.ewah_bool_wrap import *


def get_include():
    """
    Returns the directory that contains ewah*.h headers
    """
    import os

    return os.path.abspath(os.path.join(os.path.dirname(__file__), "cpp"))