dynamic_graph_manager
ros.shell_client.DynamicGraphInteractiveConsole Class Reference

For the subtilities please read https://docs.python.org/3/library/code.html. More...

Inheritance diagram for ros.shell_client.DynamicGraphInteractiveConsole:
Collaboration diagram for ros.shell_client.DynamicGraphInteractiveConsole:

Public Member Functions

def __init__ (self)
 
def runcode (self, code)
 Inherited from code.InteractiveConsole. More...
 
def runsource (self, source, filename='< input >', symbol='single')
 Inherited from code.InteractiveConsole. More...
 
def push (self, line)
 

Public Attributes

 lined_pushed
 
 ros_python_interpreter
 

Detailed Description

For the subtilities please read https://docs.python.org/3/library/code.html.

Member Function Documentation

◆ runcode()

def ros.shell_client.DynamicGraphInteractiveConsole.runcode (   self,
  code 
)

Inherited from code.InteractiveConsole.

We execute the code pushed in the cache self.lined_pushed. The code is pushed whenever the user press enter during the interactive session. see https://docs.python.org/3/library/code.html

◆ runsource()

def ros.shell_client.DynamicGraphInteractiveConsole.runsource (   self,
  source,
  filename = '<input>',
  symbol = 'single' 
)

Inherited from code.InteractiveConsole.

see https://docs.python.org/3/library/code.html


The documentation for this class was generated from the following file: