pythonrc icon indicating copy to clipboard operation
pythonrc copied to clipboard

lonetwin's pimped-up pythonrc

Results 5 pythonrc issues
Sort by recently updated
recently updated
newest added

# pythonrc.py is now `async` capable ! Now, you can declare `async def` functions and `await` on them from the python prompt. This ability is enabled using the `config.TOGGLE_ASYNCIO_LOOP_CMD` (defaults...

Hello, could you add install instructions inside readme? Thanks King Regards

# reload command (default: \r ) - If argument is a module, simply call `importlib.reload()`. - If argument is not a module, try hard to re-execute the (presumably updated) source...

`tdknox@devvm267:~ $ python3 Python 3.7.5+ (default, Jan 24 2020, 11:19:43) [GCC 7.x 20200121 (Facebook) 8.x] on linux Type "help", "copyright", "credits" or "license" for more information. File "/home/tdknox/pythonrc/pythonrc.py", line 183...

The built in libreadline on macOS does not have append_history, causing the writing of the history file to fail on exit. I tried to submit a PR but did not...