Searched refs:pic_at (Results 1 - 1 of 1) sorted by relevance

/gem5/util/minorview/
H A Dmodel.py862 def pic_at(point): function in function:BlobModel.add_blob_picture
880 """Skip characters which match pic_at(start)"""
881 char = pic_at(start)
883 while pic_at(hunt) == char:
891 char = pic_at(start)
908 while pic_at(arrow_point) == contChar:
912 if pic_at(arrow_point) == endChar:
920 char = pic_at(start)
931 while pic_at(point) is not None:
932 while pic_at(poin
[all...]

Completed in 7 milliseconds