Searched refs:showsyntaxerror (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/ |
D | code.py | 79 self.showsyntaxerror(filename) 112 def showsyntaxerror(self, filename=None): member in InteractiveInterpreter
|
/external/scapy/scapy/ |
D | autorun.py | 30 def showsyntaxerror(self, *args, **kargs): member in ScapyAutorunInterpreter 32 return code.InteractiveInterpreter.showsyntaxerror(self, *args, **kargs)
|
/external/python/cpython3/Lib/ |
D | code.py | 66 self.showsyntaxerror(filename) 96 def showsyntaxerror(self, filename=None): member in InteractiveInterpreter
|
/external/python/cpython2/Doc/library/ |
D | code.rst | 78 printed by calling the :meth:`showsyntaxerror` method. :meth:`runsource` 103 .. method:: InteractiveInterpreter.showsyntaxerror([filename])
|
/external/python/cpython3/Doc/library/ |
D | code.rst | 83 printed by calling the :meth:`showsyntaxerror` method. :meth:`runsource` 108 .. method:: InteractiveInterpreter.showsyntaxerror(filename=None)
|
/external/python/cpython2/Lib/idlelib/ |
D | PyShell.py | 660 InteractiveInterpreter.showsyntaxerror(self, filename) 709 def showsyntaxerror(self, filename=None): member in ModifiedInterpreter 734 InteractiveInterpreter.showsyntaxerror(self, filename)
|
/external/python/cpython3/Lib/idlelib/ |
D | pyshell.py | 671 InteractiveInterpreter.showsyntaxerror(self, filename) 705 def showsyntaxerror(self, filename=None): member in ModifiedInterpreter
|