Searched refs:path_and_namespace (Results 1 – 2 of 2) sorted by relevance
183 def split_path_and_namespace(path_and_namespace): argument184 if ':' not in path_and_namespace:186 'the form path:namespace' % path_and_namespace)187 return path_and_namespace.split(':', 1)
330 def split_path_and_namespace(path_and_namespace): argument331 if ':' not in path_and_namespace:333 'the form path:namespace' % path_and_namespace)334 return path_and_namespace.split(':', 1)