pythonista_startup icon indicating copy to clipboard operation
pythonista_startup copied to clipboard

Bits and pieces from my pythonista_startup folder.

Results 1 pythonista_startup issues
Sort by recently updated
recently updated
newest added

``` python [str(h) for h in UIApplication.sharedApplication().keyWindow().rootViewController().accessoryViewController().consoleViewController().history()] ``` exposes the current console command history as a list of strings. This can also be set via ``` UIApplication.sharedApplication().keyWindow().rootViewController().accessoryViewController().consoleViewController().history=['test','ing'] ``` is it...