Home
last modified time | relevance | path

Searched refs:get_reference_info (Results 1 – 16 of 16) sorted by relevance

/dports/science/py-dipy/dipy-1.4.1/dipy/io/tests/
H A Dtest_utils.py8 get_reference_info,
120 get_reference_info(header)
127 tuple_1 = get_reference_info(filepath_dix['gs.trk'])
128 tuple_2 = get_reference_info(filepath_dix['gs.nii'])
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_reference.py75 location = tree.get_reference_info('file')
92 location = tree.get_reference_info('file')
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/
H A Dtest_workingtree.py1380 loc = tree.get_reference_info('file')
1392 branch_location = tree.get_reference_info('path/to/file')
1406 branch_location = tree.get_reference_info('file')
1412 branch_location = tree.get_reference_info('file')
1455 new_tree.get_reference_info('path/to/file')))
1463 new_tree.get_reference_info('path/to/file')))
1473 new_tree.get_reference_info('path/to/file')))
1486 tree.get_reference_info('path/to/file')))
1499 tree.get_reference_info('path/to/file')))
1515 tree.get_reference_info('path/to/file')))
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/io/
H A Dutils.py226 def get_reference_info(reference): function
323 affine_1, dimensions_1, voxel_sizes_1, voxel_order_1 = get_reference_info(
325 affine_2, dimensions_2, voxel_sizes_2, voxel_order_2 = get_reference_info(
H A Dstateful_tractogram.py14 from dipy.io.utils import (get_reference_info,
123 space_attributes = get_reference_info(reference)
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dstreamline_formats.py25 from dipy.io.utils import (create_nifti_header, get_reference_info,
94 affine, dimensions, voxel_sizes, voxel_order = get_reference_info(
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_branch.py466 branch.get_reference_info('path')
467 branch.get_reference_info('path')
474 branch.get_reference_info('path')
475 branch.get_reference_info('path')
485 location, file_id = branch.get_reference_info('path2')
497 branch.get_reference_info(b'file-id'))
H A Dtest_reconfigure.py470 checkout_branch.get_reference_info(b'file_id'))
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dbranch.py453 def get_reference_info(self, file_id, path=None): member in BzrBranch
455 raise errors.UnsupportedOperation(self.get_reference_info, self)
464 branch_location = self.get_reference_info(file_id)[0]
596 def get_reference_info(self, file_id): member in BzrBranch8
H A Dinventorytree.py911 parent_url = branch.get_reference_info(file_id)[0]
922 def get_reference_info(self, path, branch=None): member in InventoryRevisionTree
923 return branch.get_reference_info(self.path2id(path))[0]
H A Dworkingtree.py1804 def get_reference_info(self, path, branch=None): member in InventoryWorkingTree
1808 return self.branch.get_reference_info(file_id)[0]
H A Dremote.py4154 def get_reference_info(self, file_id): member in RemoteBranch
4157 raise errors.UnsupportedOperation(self.get_reference_info, self)
4196 branch_location = self.get_reference_info(file_id)[0]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dworkingtree.py1236 def get_reference_info(self, path, branch=None): member in WorkingTree
1237 raise errors.UnsupportedOperation(self.get_reference_info, self)
H A Dbuiltins.py6793 (path, tree.get_reference_info(path, branch))
6800 info = [(path, tree.get_reference_info(path, branch))]
/dports/devel/brz/breezy-3.2.0/breezy/git/tests/
H A Dtest_branch.py273 newbranch.get_reference_info(newbranch.basis_tree().path2id('core')))
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dworkingtree.py1410 remote_url = self.get_reference_info(path)
1416 def get_reference_info(self, path): member in GitWorkingTree