psyneulink/__init__.py 2019-07-27 13:51:28,757 - pydocstyle.utils - WARNING - Error in file /home/orome/PsyNeuLink/psyneulink/__init__.py: Could not evaluate contents of __all__.
That means pydocstyle cannot decide which definitions are
public. Variable __all__ should be present at most once in
each file, in form
`__all__ = ('a_public_function', 'APublicClass', ...)`.
More info on __all__: http://stackoverflow.com/q/44834/. ')
FAILED
pydocstyle does no understand more complex __all__ expressions like:
Right now it results in test failure:
pydocstyle does no understand more complex
__all__
expressions like: