From 785c7ba76ad3f6cbbbcbb97629ff220c52597a49 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 30 Dec 2014 23:25:31 +1100 Subject: [PATCH] * Embed signature on attrs --- spacy/en/attrs.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/en/attrs.pyx b/spacy/en/attrs.pyx index 0ff7c43ed..2d2c76726 100644 --- a/spacy/en/attrs.pyx +++ b/spacy/en/attrs.pyx @@ -1,3 +1,4 @@ +# cython: embedsignature=True from .. import orth from ..typedefs cimport flags_t