摘要: 官方文档对Entry Points的介绍Entry PointsEntry points are a simple way for distributions to “advertise” Python objects (such as functions or classes) for use by other distributions. Extensible applications and frameworks can search for entry points with a particular name or group, either from a specific dist 阅读全文
posted @ 2012-03-09 16:19 babykick 阅读(18423) 评论(1) 推荐(1) 编辑
摘要: #scrapy/cmdline.py 1 from __future__ import with_statement 2 3 import sys 4 import os 5 import optparse 6 import cProfile 7 import inspect 8 9 import scrapy 10 from scrapy.crawler import CrawlerProcess 11 from scrapy.xlib import lsprofcalltree 12 from scrapy.conf import settings 13 from s... 阅读全文
posted @ 2012-03-09 15:21 babykick 阅读(3948) 评论(0) 推荐(0) 编辑