Mypy 1.10.0+dev Documentation
Mypy Documentation Release 1.10.0+dev.790e8a73d8671a41cae419b4ea07579bfb2bc292.dirty Jukka Feb 20, 2024 FIRST STEPS 1 Contents 3 1.1 Getting started . . . . . . . . . . . . . . . . . . . . . . . . 217 2 Indices and tables 221 Index 223 i ii Mypy Documentation, Release 1.10.0+dev.790e8a73d8671a41cae419b4ea07579bfb2bc292.dirty Mypy is a static type checker for Python. Type checkers help mypy’s major version will be bumped. FIRST STEPS 1 Mypy Documentation, Release 1.10.0+dev.790e8a73d8671a41cae419b4ea07579bfb2bc292.dirty 2 FIRST STEPS CHAPTER ONE CONTENTS 1.1 Getting started This0 码力 | 234 页 | 913.89 KB | 1 年前3Scrapy 1.0 Documentation
documentation contains everything you need to know about Scrapy. Getting help Having trouble? We’d like to help! Try the FAQ – it’s got answers to some common questions. Looking for specific information Before you start scraping, you will have to set up a new Scrapy project. Enter a directory where you’d like to store your code and run: scrapy startproject tutorial This will create a tutorial directory $ scrapy genspider -l Available templates: basic crawl csvfeed xmlfeed $ scrapy genspider -d basic import scrapy class $classname(scrapy.Spider): name = "$name" allowed_domains = ["$domain"]0 码力 | 303 页 | 533.88 KB | 1 年前3Scrapy 1.1 Documentation
documentation contains everything you need to know about Scrapy. Getting help Having trouble? We’d like to help! Try the FAQ – it’s got answers to some common questions. Looking for specific information be intolerably stupid.\u201d" }, { "author": "Groucho Marx", "text": "\u201cOutside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.\u201d" }, { "author": "Steve "Steve Martin", "text": "\u201cA day without sunshine is like, you know, night.\u201d" }, ...] What just happened? When you ran the command scrapy runspider quotes_spider.py, Scrapy looked for a Spider0 码力 | 322 页 | 582.29 KB | 1 年前3Scrapy 1.2 Documentation
documentation contains everything you need to know about Scrapy. Getting help Having trouble? We’d like to help! Try the FAQ – it’s got answers to some common questions. Looking for specific information be intolerably stupid.\u201d" }, { "author": "Groucho Marx", "text": "\u201cOutside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.\u201d" }, { "author": "Steve "Steve Martin", "text": "\u201cA day without sunshine is like, you know, night.\u201d" }, ...] What just happened? When you ran the command scrapy runspider quotes_spider.py, Scrapy looked for a Spider0 码力 | 330 页 | 548.25 KB | 1 年前3Scrapy 1.3 Documentation
documentation contains everything you need to know about Scrapy. Getting help Having trouble? We’d like to help! Try the FAQ – it’s got answers to some common questions. Looking for specific information be intolerably stupid.\u201d" }, { "author": "Groucho Marx", "text": "\u201cOutside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.\u201d" }, { "author": "Steve "Steve Martin", "text": "\u201cA day without sunshine is like, you know, night.\u201d" }, ...] What just happened? When you ran the command scrapy runspider quotes_spider.py, Scrapy looked for a Spider0 码力 | 339 页 | 555.56 KB | 1 年前3Scrapy 1.5 Documentation
documentation contains everything you need to know about Scrapy. Getting help Having trouble? We’d like to help! Try the FAQ – it’s got answers to some common questions. Looking for specific information be intolerably stupid.\u201d" }, { "author": "Groucho Marx", "text": "\u201cOutside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.\u201d" }, { "author": "Steve "Steve Martin", "text": "\u201cA day without sunshine is like, you know, night.\u201d" }, ...] What just happened? When you ran the command scrapy runspider quotes_spider.py, Scrapy looked for a Spider0 码力 | 361 页 | 573.24 KB | 1 年前3Scrapy 1.4 Documentation
documentation contains everything you need to know about Scrapy. Getting help Having trouble? We’d like to help! Try the FAQ – it’s got answers to some common questions. Looking for specific information be intolerably stupid.\u201d" }, { "author": "Groucho Marx", "text": "\u201cOutside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.\u201d" }, { "author": "Steve "Steve Martin", "text": "\u201cA day without sunshine is like, you know, night.\u201d" }, ...] What just happened? When you ran the command scrapy runspider quotes_spider.py, Scrapy looked for a Spider0 码力 | 353 页 | 566.69 KB | 1 年前3Scrapy 1.4 Documentation
documentation contains everything you need to know about Scrapy. Getting help Having trouble? We’d like to help! Try the FAQ – it’s got answers to some common questions. Looking for specific information be intolerably stupid.\u201d" }, { "author": "Groucho Marx", "text": "\u201cOutside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.\u201d" }, { "author": "Steve "Steve Martin", "text": "\u201cA day without sunshine is like, you know, night.\u201d" }, ...] What just happened? When you ran the command scrapy runspider quotes_spider.py, Scrapy looked for a Spider0 码力 | 394 页 | 589.10 KB | 1 年前3MuPDF 1.22.0 Documentation
(page_number < 0 || page_number >= page_count) { fprintf(stderr, "page number out of range: %d (page count %d)\n", page_ ˓→number + 1, page_count); fz_drop_document(ctx, doc); fz_drop_context(ctx); return fz_drop_context(ctx); return EXIT_FAILURE; } /* Print image data in ascii PPM format. */ printf("P3\n"); printf("%d %d\n", pix->w, pix->h); printf("255\n"); for (y = 0; y < pix->h; ++y) { unsigned char *p = &pix->samples[y &pix->samples[y * pix->stride]; for (x = 0; x < pix->w; ++x) { if (x > 0) printf(" "); printf("%3d %3d %3d", p[0], p[1], p[2]); p += pix->n; } printf("\n"); } (continues on next page) 2.1. Basic MuPDF usage0 码力 | 175 页 | 698.87 KB | 7 月前3MuPDF 1.23.0 Documentation
(page_number < 0 || page_number >= page_count) { fprintf(stderr, "page number out of range: %d (page count %d)\n", page_ ˓→number + 1, page_count); fz_drop_document(ctx, doc); fz_drop_context(ctx); return fz_drop_context(ctx); return EXIT_FAILURE; } /* Print image data in ascii PPM format. */ printf("P3\n"); printf("%d %d\n", pix->w, pix->h); printf("255\n"); for (y = 0; y < pix->h; ++y) { unsigned char *p = &pix->samples[y &pix->samples[y * pix->stride]; for (x = 0; x < pix->w; ++x) { if (x > 0) printf(" "); printf("%3d %3d %3d", p[0], p[1], p[2]); p += pix->n; } printf("\n"); } (continues on next page) 2.1. Basic MuPDF usage0 码力 | 245 页 | 817.74 KB | 7 月前3
共 552 条
- 1
- 2
- 3
- 4
- 5
- 6
- 56