Add note about `xonsh.main.main()` attempted usage

account_tests
Tyler Goodlet 2023-08-03 13:56:23 -04:00
parent a51a61090d
commit ae444d1bc7
1 changed files with 8 additions and 1 deletions

View File

@ -299,6 +299,13 @@ def disect(
# :pray:
assert not df.is_empty()
# muck around in pdbp REPL
breakpoint()
# TODO: we REALLY need a better console REPL for this
# kinda thing..
breakpoint()
# - `xonsh` is an obvious option (and it looks amazin) but
# we need to figure out how to embed it better then just:
# from xonsh.main import main
# main(argv=[])
# which will not actually inject the `df` to globals?