How to reproduce the behaviour
from spacy.language import Language
l = Language(vocab=True, pipeline=['anything'])
l.pipeline
yields
where I would have expected
I found this while extending the Language class.
Your Environment
- spaCy version: 2.0.11
- Platform: Darwin-17.3.0-x86_64-i386-64bit
- Python version: 3.6.5