Home
last modified time | relevance | path

Searched refs:physical_path_tuple (Results 1 – 4 of 4) sorted by relevance

/dports/www/py-pyramid/pyramid-1.7.3/pyramid/
H A Dtraversal.py736 physical_path_tuple = resource_path_tuple(resource)
737 physical_path = _join_path_tuple(physical_path_tuple)
739 if physical_path_tuple != ('',):
740 physical_path_tuple = physical_path_tuple + ('',)
744 virtual_path_tuple = physical_path_tuple
756 virtual_path_tuple = ('',) + physical_path_tuple[numels:]
762 self.physical_path_tuple = physical_path_tuple # IResourceURL attr (1.5)
H A Dinterfaces.py798 physical_path_tuple = Attribute( variable in IResourceURL
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/
H A Dtest_traversal.py1066 self.assertEqual(context_url.physical_path_tuple, ('', 'one', 'two',''))
1085 self.assertEqual(context_url.physical_path_tuple, ('', 'one', 'two',''))
1103 self.assertEqual(context_url.physical_path_tuple, ('', 'one', 'two',''))
/dports/www/py-pyramid/pyramid-1.7.3/docs/
H A Dwhatsnew-1.5.rst397 attributes: ``virtual_path_tuple`` and ``physical_path_tuple``. These should