Searched defs:_default_prefix (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddifflib.py1690 _default_prefix = 0 variable in class:HtmlDiff
1888 fromprefix = "from%d_" % HtmlDiff._default_prefix
1889 toprefix = "to%d_" % HtmlDiff._default_prefix
1890 HtmlDiff._default_prefix += 1
/external/python/cpython3/Lib/
H A Ddifflib.py1723 _default_prefix = 0 variable in class:HtmlDiff
1924 fromprefix = "from%d_" % HtmlDiff._default_prefix
1925 toprefix = "to%d_" % HtmlDiff._default_prefix
1926 HtmlDiff._default_prefix += 1

Completed in 66 milliseconds