File: __init__.py

package info (click to toggle)
python-murmurhash 1.0.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: cpp: 592; python: 132; sh: 10; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
import os
from .about import *
from .mrmr import hash, hash_unicode, hash_bytes


def get_include():
    return os.path.join(os.path.dirname(os.path.abspath(__file__)), "include")