/dports/science/py-dipy/dipy-1.4.1/dipy/io/tests/ |
H A D | test_utils.py | 8 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 D | test_reference.py | 75 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 D | test_workingtree.py | 1380 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 D | utils.py | 226 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 D | stateful_tractogram.py | 14 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 D | streamline_formats.py | 25 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 D | test_branch.py | 466 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 D | test_reconfigure.py | 470 checkout_branch.get_reference_info(b'file_id'))
|
/dports/devel/brz/breezy-3.2.0/breezy/bzr/ |
H A D | branch.py | 453 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 D | inventorytree.py | 911 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 D | workingtree.py | 1804 def get_reference_info(self, path, branch=None): member in InventoryWorkingTree 1808 return self.branch.get_reference_info(file_id)[0]
|
H A D | remote.py | 4154 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 D | workingtree.py | 1236 def get_reference_info(self, path, branch=None): member in WorkingTree 1237 raise errors.UnsupportedOperation(self.get_reference_info, self)
|
H A D | builtins.py | 6793 (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 D | test_branch.py | 273 newbranch.get_reference_info(newbranch.basis_tree().path2id('core')))
|
/dports/devel/brz/breezy-3.2.0/breezy/git/ |
H A D | workingtree.py | 1410 remote_url = self.get_reference_info(path) 1416 def get_reference_info(self, path): member in GitWorkingTree
|