Home
last modified time | relevance | path

Searched refs:_format_path (Results 1 – 8 of 8) sorted by relevance

/dports/devel/py-paver/Paver-1.2.4/paver/
H A Dgit.py11 def _format_path(provided_path): function
49 repo_path = _format_path(path), remote = remote_branches ), capture=True )
83 repo_path = _format_path(path),
90 repo_path = _format_path(path),
/dports/sysutils/py-ansible-lint/ansible-lint-5.3.1/src/ansiblelint/formatters/
H A D__init__.py41 def _format_path(self, path: Union[str, Path]) -> str:
118 file_path = self._format_path(match.filename or "")
145 filename = self._format_path(match.filename or "")
184 issue['location']['path'] = self._format_path(match.filename or "")
/dports/sysutils/py-ansible-lint/ansible-lint-5.3.1/test/
H A DTestBaseFormatter.py27 output_path = base_formatter._format_path(path)
51 output_path = base_formatter._format_path(path)
/dports/textproc/py-tablib/tablib-3.1.0/src/tablib/formats/
H A D__init__.py37 self._format_path = None
40 self._format_path = format_or_path
46 self._format = load_format_class(self._format_path)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/
H A Dshells.py138 def _format_path(self, python): member in Bash
154 self._format_path(python)
164 def _format_path(self, python): member in MsysBash
165 s = super(MsysBash, self)._format_path(python)
/dports/devel/ipython5/ipython-5.10.0/IPython/lib/
H A Ddisplay.py343 def _format_path(self): member in FileLink
358 return self._format_path()
536 def _format_path(self): member in FileLinks
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/resource/
H A D_formatters.py220 return _format_path(
291 _format_path(
485 return _format_path(builder, path, padding_width, indent_level, format_tail=_format_colon)
488 def _format_path(builder, path, padding_width, indent_level, format_head=None, format_tail=None): function
/dports/devel/ipython/ipython-7.29.0/IPython/lib/
H A Ddisplay.py402 def _format_path(self): member in FileLink
418 return self._format_path()
596 def _format_path(self): member in FileLinks