semantics_fixt.py 164 B

1234567
  1. # -*- coding: utf-8 -*-
  2. # reset the variables counter before running tests
  3. def setup_module(module):
  4. from nltk.sem import logic
  5. logic._counter._value = 0