Class p.s.g.g.GrepperItem(object):

Part of pida.services.grepper.grepper View In Hierarchy

A match item in grepper.

Contains the data for the matches path, and linenumber that if falls on, as well as actual line of code that matched, and the matches data.

Line # Kind Name Docs
51 Method __init__ Undocumented
59 Method _markup_match Undocumented
63 Method _escape_text Undocumented
70 Method _format_line Undocumented
def __init__(self, path, linenumber=None, line=None, matches=None):
Undocumented
def _markup_match(self, text):
Undocumented
def _escape_text(self, text):
Undocumented
def _format_line(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.