Home
last modified time | relevance | path

Searched refs:get_comment_header (Results 1 – 24 of 24) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DFormatParagraph.py56 comment_header = get_comment_header(data)
91 comment_header = get_comment_header(line)
95 while get_comment_header(line)==comment_header and \
105 get_comment_header(line)==comment_header and \
181 def get_comment_header(line): function
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DFormatParagraph.py56 comment_header = get_comment_header(data)
91 comment_header = get_comment_header(line)
95 while get_comment_header(line)==comment_header and \
105 get_comment_header(line)==comment_header and \
181 def get_comment_header(line): function
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/idle_test/
H A Dtest_formatparagraph.py32 Equal(fp.get_comment_header(self.test_comment), '#')
33 Equal(fp.get_comment_header(self.trailingws_comment), '#')
34 Equal(fp.get_comment_header(self.leadingws_comment), ' #')
36 Equal(fp.get_comment_header(self.leadingws_nocomment), ' ')
37 Equal(fp.get_comment_header(self.test_nocomment), '')
/dports/lang/python27/Python-2.7.18/Lib/idlelib/idle_test/
H A Dtest_formatparagraph.py32 Equal(fp.get_comment_header(self.test_comment), '#')
33 Equal(fp.get_comment_header(self.trailingws_comment), '#')
34 Equal(fp.get_comment_header(self.leadingws_comment), ' #')
36 Equal(fp.get_comment_header(self.leadingws_nocomment), ' ')
37 Equal(fp.get_comment_header(self.test_nocomment), '')
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Dformat.py59 comment_header = get_comment_header(data)
97 comment_header = get_comment_header(line)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
187 def get_comment_header(line): function
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_format.py35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
40 Equal(ft.get_comment_header(self.test_nocomment), '')
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.py.tags2974 get_comment_header�128�line
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.py.tags2974 get_comment_header�128�line