Whether the automaton is proper, i.e. has no spontaneous transitions.
See also:
import vcsn exp = vcsn.context('lan, b').expression('ab')
a = exp.standard() a
a.is_proper()
True
a = exp.thompson() a
False