File: __init__.py

package info (click to toggle)
python-dogpile.cache 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: python: 5,462; makefile: 155; sh: 104
file content (5 lines) | stat: -rw-r--r-- 221 bytes parent folder | download
1
2
3
4
5
from .assertions import assert_raises_message as assert_raises_message
from .assertions import eq_ as eq_
from .assertions import is_ as is_
from .assertions import ne_ as ne_
from .assertions import winsleep as winsleep