随笔分类 - python开源代码阅读
摘要:官方文档对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
阅读全文
摘要:#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...
阅读全文
浙公网安备 33010602011771号