Home
last modified time | relevance | path

Searched refs:_system_path (Results 1 – 13 of 13) sorted by relevance

/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/pythonfinder/
H A Dpythonfinder.py66 self._system_path = None # type: Optional[SystemPath]
97 if self._system_path is not None:
98 self._system_path = self._system_path.clear_caches()
99 self._system_path = None
102 self._system_path = self.create_system_path()
106 if not self._system_path:
107 self._system_path = self.create_system_path()
119 if self._system_path is None:
120 self._system_path = self.create_system_path()
121 return self._system_path
/dports/devel/py-pythonfinder/pythonfinder-1.2.9/src/pythonfinder/
H A Dpythonfinder.py66 self._system_path = None # type: Optional[SystemPath]
97 if self._system_path is not None:
98 self._system_path = self._system_path.clear_caches()
99 self._system_path = None
102 self._system_path = self.create_system_path()
106 if not self._system_path:
107 self._system_path = self.create_system_path()
119 if self._system_path is None:
120 self._system_path = self.create_system_path()
121 return self._system_path
/dports/security/binwalk/binwalk-2.1.1/src/binwalk/core/
H A Dsettings.py50 …self.system = common.GenericContainer(binarch=self._system_path(self.BINWALK_MAGIC_DIR, self.BINAR…
52 … extract=self._system_path(self.BINWALK_CONFIG_DIR, self.EXTRACT_FILE),
53 plugins=self._system_path(self.BINWALK_PLUGINS_DIR))
66 system_binarch = self._system_path(self.BINWALK_MAGIC_DIR, self.BINARCH_MAGIC_FILE)
104 fpath = self._system_path(self.BINWALK_MAGIC_DIR, fname)
167 def _system_path(self, subdir, basename=''): member in Settings
/dports/devel/py-fabric/fabric-2.5.0/tests/
H A Dconfig.py188 _system_path = join(support, "ssh_config", "system.conf") variable in ssh_config_loading
217 Config(ssh_config=sc, runtime_ssh_path=self._system_path)
249 **dict(self._empty_kwargs, system_ssh_path=self._system_path)
261 user_ssh_path=self._user_path, system_ssh_path=self._system_path
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/protoc_plugin/
H A D_split_definitions_test.py42 def _system_path(path_insertion): function
236 with _system_path([self._python_out]):
H A Dbeta_python_plugin_test.py75 def _system_path(path_insertion): function
332 with _system_path([self._python_out]):
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests/protoc_plugin/
H A D_split_definitions_test.py42 def _system_path(path_insertion): function
236 with _system_path([self._python_out]):
H A Dbeta_python_plugin_test.py75 def _system_path(path_insertion): function
332 with _system_path([self._python_out]):
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_tests/tests/protoc_plugin/
H A D_split_definitions_test.py42 def _system_path(path_insertion): function
236 with _system_path([self._python_out]):
H A Dbeta_python_plugin_test.py75 def _system_path(path_insertion): function
332 with _system_path([self._python_out]):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_tests/tests/protoc_plugin/
H A D_split_definitions_test.py42 def _system_path(path_insertion): function
234 with _system_path([self._python_out]):
H A Dbeta_python_plugin_test.py75 def _system_path(path_insertion): function
332 with _system_path([self._python_out]):
/dports/devel/py-invoke/invoke-1.6.0/invoke/
H A Dconfig.py596 self._set(_system_path=None)