示例#1
0
 def prepend_paths(self, *paths):
     new = Paths(paths)
     new.extend(self.paths)
     self.paths = new
示例#2
0
文件: crawl.py 项目: OiNutter/crawl
	def prepend_paths(self,*paths):
		new = Paths(paths)
		new.extend(self.paths)
		self.paths = new