Python/python

Search:
Group by:
Source   Edit  

Types

PyExecutor = object
  nextPrompt*: string
  flags*: PyCompilerFlags
unstable. for karax Source   Edit  

Procs

proc feed(py: var PyExecutor; input: string) {....raises: [],
    tags: [RootEffect, WriteIOEffect, ReadDirEffect, ReadIOEffect], forbids: [].}
Source   Edit  
proc interactiveShell() {....raises: [IOError], tags: [WriteIOEffect, RootEffect,
    ReadDirEffect, ReadIOEffect], forbids: [].}
Source   Edit  
proc main(cmdline: string | seq[string] = "")
Source   Edit  
proc newPyExecutor(filename = Fstdin): PyExecutor {....raises: [],
    tags: [RootEffect, WriteIOEffect], forbids: [].}
this shall be singleton Source   Edit