mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
![]() Without the brackets python defaults to assuming that the iterable is a tuple. In the reference guide `__all__` is explicitly stated to be of type `list`. Functionally I'll admit this doesn't change anything but to observe the correct usage pattern of `__all__`, simply add the brackets. |
||
---|---|---|
.. | ||
abbrevs.py | ||
autovox.py | ||
bashisms.py | ||
coreutils.py | ||
distributed.py | ||
free_cwd.py | ||
jedi.py | ||
mpl.py | ||
mplhooks.py | ||
pdb.py | ||
prompt_ret_code.xsh | ||
README | ||
vox.py | ||
voxapi.py | ||
whole_word_jumping.py | ||
xog.py |
xontrib is an implicit namespace package. DO NOT add an __init__.py file to this directory. Feel free to add both *.xsh and *.py files to the directory, they will be installed and available.