Home
last modified time | relevance | path

Searched refs:__here__ (Results 1 – 6 of 6) sorted by relevance

/dports/www/py-pecan/pecan-1.3.3/pecan/tests/
H A Dtest_conf.py13 __here__ = os.path.dirname(__file__) variable
30 __here__,
47 __here__,
63 __here__,
112 __here__,
176 __here__,
285 __here__,
295 __here__,
347 __here__ = os.path.abspath(__file__)
348 os.environ['PECAN_CONFIG'] = __here__
[all …]
/dports/security/py-gvm-tools/gvm-tools-21.10.0/tests/
H A Dtest_config.py27 __here__ = Path(__file__).parent.resolve() variable
52 test_config_path = __here__ / 'test.cfg'
83 test_config_path = __here__ / 'test_auth.cfg'
96 test_config_path = __here__ / 'foo.cfg'
H A Dtest_parser.py39 __here__ = Path(__file__).parent.resolve() variable
44 self.test_config_path = __here__ / 'test.cfg'
134 test_config_path = __here__ / 'foo.cfg'
150 test_config_path = __here__ / 'foo' / 'foo.cfg'
410 return __here__ / f'{name}.{self.python_version}.snap'
413 return __here__ / f'{name}.snap'
416 return __here__ / f'{name}.{self.python_version}-failed.snap'
/dports/multimedia/streamlink/streamlink-2.1.2/tests/resources/
H A D__init__.py8 __here__ = os.path.abspath(os.path.dirname(__file__)) variable
30 with codecs.open(os.path.join(__here__, path), 'r', encoding=encoding) as resource_fh:
36 with codecs.open(os.path.join(__here__, path), 'r', encoding=encoding) as resource_fh:
/dports/www/py-cssutils/cssutils-2.3.0/examples/
H A Dcodec.py7 __here__ = pathlib.Path(__file__).parent variable
11 cases = __here__.parent / 'sheets' / 'cases.css'
/dports/devel/py-configobj/configobj-5.0.6/
H A Dsetup.py24 __here__ = os.path.abspath(os.path.dirname(__file__)) variable