Package peppy :: Package plugins :: Module python_mode
[frames] | no frames]

Module python_mode

Python major mode.

Classes
  SamplePython
  ElectricColon
  PythonFoldingReindentMixin
  PyPEElectricReturnMixin
  IDLEReindentMixin
  IDLEElectricReturnMixin
  PythonParagraphMixin
  PythonMode
  PythonErrorMode
  PythonPlugin
Functions
 
is_char_in_string(stc, pos)
Return True if the position is within a string
 
build_char_in_string_func(stc, startindex)
Factory to create a specific is_char_in_string function that also includes an offset.