Home
last modified time | relevance | path

Searched refs:pathmodule (Results 1 – 25 of 49) sorted by relevance

12

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_genericpath.py28 getattr(self.pathmodule, attr)()
33 commonprefix = self.pathmodule.commonprefix
124 self.pathmodule.getctime(filename),
125 self.pathmodule.getmtime(filename)
146 if self.pathmodule is not genericpath:
312 pathmodule = genericpath variable in TestGenericTest
351 normcase = self.pathmodule.normcase
366 splitdrive = self.pathmodule.splitdrive
461 abspath = self.pathmodule.abspath
508 self.pathmodule.join(42)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_genericpath.py28 getattr(self.pathmodule, attr)()
33 commonprefix = self.pathmodule.commonprefix
124 self.pathmodule.getctime(filename),
125 self.pathmodule.getmtime(filename)
146 if self.pathmodule is not genericpath:
312 pathmodule = genericpath variable in TestGenericTest
351 normcase = self.pathmodule.normcase
366 splitdrive = self.pathmodule.splitdrive
461 abspath = self.pathmodule.abspath
508 self.pathmodule.join(42)
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_genericpath.py29 getattr(self.pathmodule, attr)()
34 commonprefix = self.pathmodule.commonprefix
125 self.pathmodule.getctime(filename),
126 self.pathmodule.getmtime(filename)
147 if self.pathmodule is not genericpath:
313 pathmodule = genericpath variable in TestGenericTest
352 normcase = self.pathmodule.normcase
367 splitdrive = self.pathmodule.splitdrive
462 abspath = self.pathmodule.abspath
509 self.pathmodule.join(42)
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_genericpath.py28 getattr(self.pathmodule, attr)()
33 commonprefix = self.pathmodule.commonprefix
124 self.pathmodule.getctime(filename),
125 self.pathmodule.getmtime(filename)
146 if self.pathmodule is not genericpath:
312 pathmodule = genericpath variable in TestGenericTest
351 normcase = self.pathmodule.normcase
366 splitdrive = self.pathmodule.splitdrive
461 abspath = self.pathmodule.abspath
508 self.pathmodule.join(42)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_genericpath.py28 getattr(self.pathmodule, attr)()
33 commonprefix = self.pathmodule.commonprefix
124 self.pathmodule.getctime(filename),
125 self.pathmodule.getmtime(filename)
146 if self.pathmodule is not genericpath:
312 pathmodule = genericpath variable in TestGenericTest
351 normcase = self.pathmodule.normcase
366 splitdrive = self.pathmodule.splitdrive
461 abspath = self.pathmodule.abspath
508 self.pathmodule.join(42)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_genericpath.py28 getattr(self.pathmodule, attr)()
33 commonprefix = self.pathmodule.commonprefix
124 self.pathmodule.getctime(filename),
125 self.pathmodule.getmtime(filename)
146 if self.pathmodule is not genericpath:
312 pathmodule = genericpath variable in TestGenericTest
351 normcase = self.pathmodule.normcase
366 splitdrive = self.pathmodule.splitdrive
461 abspath = self.pathmodule.abspath
508 self.pathmodule.join(42)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_genericpath.py29 getattr(self.pathmodule, attr)()
34 commonprefix = self.pathmodule.commonprefix
125 self.pathmodule.getctime(filename),
126 self.pathmodule.getmtime(filename)
147 if self.pathmodule is not genericpath:
313 pathmodule = genericpath variable in TestGenericTest
352 normcase = self.pathmodule.normcase
367 splitdrive = self.pathmodule.splitdrive
462 abspath = self.pathmodule.abspath
509 self.pathmodule.join(42)
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_genericpath.py28 getattr(self.pathmodule, attr)()
33 commonprefix = self.pathmodule.commonprefix
124 self.pathmodule.getctime(filename),
125 self.pathmodule.getmtime(filename)
146 if self.pathmodule is not genericpath:
312 pathmodule = genericpath variable in TestGenericTest
351 normcase = self.pathmodule.normcase
366 splitdrive = self.pathmodule.splitdrive
461 abspath = self.pathmodule.abspath
508 self.pathmodule.join(42)
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_genericpath.py28 getattr(self.pathmodule, attr)()
33 commonprefix = self.pathmodule.commonprefix
124 self.pathmodule.getctime(filename),
125 self.pathmodule.getmtime(filename)
141 if self.pathmodule is not genericpath:
292 pathmodule = genericpath variable in TestGenericTest
329 normcase = self.pathmodule.normcase
344 splitdrive = self.pathmodule.splitdrive
443 abspath = self.pathmodule.abspath
490 self.pathmodule.join(42)
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_genericpath.py21 pathmodule = genericpath variable in GenericTest
29 getattr(self.pathmodule, attr)()
34 commonprefix = self.pathmodule.commonprefix
115 if not self.pathmodule == genericpath:
163 pathmodule = None variable in CommonTest
177 p = self.pathmodule.normcase(p)
178 self.assertEqual(p, self.pathmodule.normcase(p))
182 splitdrive = self.pathmodule.splitdrive
188 if self.pathmodule.__name__ == 'macpath':
190 expandvars = self.pathmodule.expandvars
[all …]
H A Dtest_macpath.py49 pathmodule = macpath variable in MacCommonTest
H A Dtest_ntpath.py194 pathmodule = ntpath variable in NtCommonTest
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_genericpath.py21 pathmodule = genericpath variable in GenericTest
29 getattr(self.pathmodule, attr)()
34 commonprefix = self.pathmodule.commonprefix
115 if not self.pathmodule == genericpath:
163 pathmodule = None variable in CommonTest
177 p = self.pathmodule.normcase(p)
182 splitdrive = self.pathmodule.splitdrive
188 if self.pathmodule.__name__ == 'macpath':
190 expandvars = self.pathmodule.expandvars
212 expandvars = self.pathmodule.expandvars
[all …]
H A Dtest_macpath.py70 pathmodule = macpath variable in MacCommonTest
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_genericpath.py21 pathmodule = genericpath variable in GenericTest
29 getattr(self.pathmodule, attr)()
34 commonprefix = self.pathmodule.commonprefix
115 if not self.pathmodule == genericpath:
163 pathmodule = None variable in CommonTest
177 p = self.pathmodule.normcase(p)
182 splitdrive = self.pathmodule.splitdrive
188 if self.pathmodule.__name__ == 'macpath':
190 expandvars = self.pathmodule.expandvars
212 expandvars = self.pathmodule.expandvars
[all …]
H A Dtest_macpath.py70 pathmodule = macpath variable in MacCommonTest
H A Dtest_ntpath.py310 pathmodule = ntpath variable in NtCommonTest
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/test/
H A Dtest_genericpath.py26 pathmodule = genericpath # type: Any variable in GenericTest
34 getattr(self.pathmodule, attr)()
39 commonprefix = self.pathmodule.commonprefix
131 self.pathmodule.getmtime(support.TESTFN)
145 if not self.pathmodule == genericpath:
193 pathmodule = None # type: Any variable in CommonTest
205 normcase = self.pathmodule.normcase
220 splitdrive = self.pathmodule.splitdrive
230 if self.pathmodule.__name__ == 'macpath':
232 expandvars = self.pathmodule.expandvars
[all …]
/dports/graphics/py-pyx/PyX-0.15/pyx/metapost/
H A Dpath.py23 from pyx import path as pathmodule unknown
288 class path(pathmodule.path):
322 pathmodule.path.__init__(self)
337 self.append(pathmodule.moveto_pt(elem.x_pt, elem.y_pt))
339 self.append(pathmodule.lineto_pt(elem.x_pt, elem.y_pt))
341 …self.append(pathmodule.curveto_pt(prev.rx_pt, prev.ry_pt, elem.lx_pt, elem.ly_pt, elem.x_pt, elem.…
351 self.append(pathmodule.closepath())
353 …self.append(pathmodule.curveto_pt(prev.rx_pt, prev.ry_pt, elem.lx_pt, elem.ly_pt, elem.x_pt, elem.…
355 self.append(pathmodule.closepath())
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/devtools/automation/
H A Dautospider.py22 def directories(pathmodule, cwd, fixup=lambda s: s): argument
23 scripts = pathmodule.join(fixup(cwd), fixup(pathmodule.dirname(__file__)))
24 js_src = pathmodule.abspath(pathmodule.join(scripts, "..", ".."))
25 source = pathmodule.abspath(pathmodule.join(js_src, "..", ".."))
26 tooltool = pathmodule.abspath(env.get('TOOLTOOL_CHECKOUT',
27 pathmodule.join(source, "..")))
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/devtools/automation/
H A Dautospider.py28 def directories(pathmodule, cwd, fixup=lambda s: s): argument
29 scripts = pathmodule.join(fixup(cwd), fixup(pathmodule.dirname(__file__)))
30 js_src = pathmodule.abspath(pathmodule.join(scripts, "..", ".."))
31 source = pathmodule.abspath(pathmodule.join(js_src, "..", ".."))
32 tooltool = pathmodule.abspath(env.get('TOOLTOOL_CHECKOUT',
33 pathmodule.join(source, "..", "..")))
34 fetches = pathmodule.abspath(env.get('MOZ_FETCHES_DIR',
35 pathmodule.join(source, "..", "..")))
/dports/www/firefox-esr/firefox-91.8.0/js/src/devtools/automation/
H A Dautospider.py30 def directories(pathmodule, cwd, fixup=lambda s: s): argument
31 scripts = pathmodule.join(fixup(cwd), fixup(pathmodule.dirname(__file__)))
32 js_src = pathmodule.abspath(pathmodule.join(scripts, "..", ".."))
33 source = pathmodule.abspath(pathmodule.join(js_src, "..", ".."))
34 mozbuild = pathmodule.abspath(
37 or pathmodule.join(Path.home(), ".mozbuild")
39 fetches = pathmodule.abspath(env.get("MOZ_FETCHES_DIR", mozbuild))
/dports/www/firefox/firefox-99.0/js/src/devtools/automation/
H A Dautospider.py30 def directories(pathmodule, cwd, fixup=lambda s: s): argument
31 scripts = pathmodule.join(fixup(cwd), fixup(pathmodule.dirname(__file__)))
32 js_src = pathmodule.abspath(pathmodule.join(scripts, "..", ".."))
33 source = pathmodule.abspath(pathmodule.join(js_src, "..", ".."))
34 mozbuild = pathmodule.abspath(
37 or pathmodule.join(Path.home(), ".mozbuild")
39 fetches = pathmodule.abspath(env.get("MOZ_FETCHES_DIR", mozbuild))
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/devtools/automation/
H A Dautospider.py30 def directories(pathmodule, cwd, fixup=lambda s: s): argument
31 scripts = pathmodule.join(fixup(cwd), fixup(pathmodule.dirname(__file__)))
32 js_src = pathmodule.abspath(pathmodule.join(scripts, "..", ".."))
33 source = pathmodule.abspath(pathmodule.join(js_src, "..", ".."))
34 mozbuild = pathmodule.abspath(
37 or pathmodule.join(Path.home(), ".mozbuild")
39 fetches = pathmodule.abspath(env.get("MOZ_FETCHES_DIR", mozbuild))
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/devtools/automation/
H A Dautospider.py21 def directories(pathmodule, cwd, fixup=lambda s: s): argument
22 scripts = pathmodule.join(fixup(cwd), fixup(pathmodule.dirname(__file__)))
23 js_src = pathmodule.abspath(pathmodule.join(scripts, "..", ".."))
24 source = pathmodule.abspath(pathmodule.join(js_src, "..", ".."))
25 tooltool = pathmodule.abspath(env.get('TOOLTOOL_CHECKOUT',
26 pathmodule.join(source, "..", "..")))

12