Home | History | Annotate | Download | only in ply

Lines Matching full:resultlimit

83 resultlimit = 40               # Size limit of results when running in debug mode.
146 if len(repr_str) > resultlimit:
147 repr_str = repr_str[:resultlimit]+" ..."