Mypy 1.8.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.5 Type inference and type annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 1.6 Kinds of types . CONTENTS 1.1 Getting started This chapter introduces some core concepts of mypy, including function annotations, the typing module, stub files, and more. If you’re looking for a quick intro, see the mypy cheatsheet you must add type annotations to your code. See the section below for details. 3 Mypy Documentation, Release 1.8.0 1.1.2 Dynamic vs static typing A function without type annotations is considered to0 码力 | 234 页 | 902.89 KB | 1 年前3Mypy 1.10.0+dev Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 1.5 Type inference and type annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 1.6 Kinds of types . CONTENTS 1.1 Getting started This chapter introduces some core concepts of mypy, including function annotations, the typing module, stub files, and more. If you’re looking for a quick intro, see the mypy cheatsheet to adopt mypy incrementally. In order to get useful diagnostics from mypy, you must add type annotations to your code. See the section below for details. 3 Mypy Documentation, Release 1.10.0+dev.790 码力 | 234 页 | 913.89 KB | 1 年前3Spring Framwork Testing v5.3.36 SNAPSHOT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 3.4. Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.4.1. Spring Testing Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 3.4.3. Spring JUnit 4 Testing Annotations. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 193 页 | 2.53 MB | 1 年前3PyMuPDF 1.24.2 Documentation
35 7 PyMuPDF, LLM & RAG 45 8 Resources 49 9 Opening Files 51 10 Text 53 11 Images 73 12 Annotations 89 13 Drawing and Graphics 99 14 Stories 105 15 Journalling 149 16 Multiprocessing 153 17 PDF_PERM_PRINT # permit printing | fitz.PDF_PERM_COPY # permit copying | fitz.PDF_PERM_ANNOTATE # permit annotations ) owner_pass = "owner" # owner password user_pass = "user" # user password encrypt_meth = fitz Extracting Tables from a Page 31 PyMuPDF Documentation, Release 1.24.2 5.24 Getting All Annotations from a Document Annotations (Annot) on pages can be retrieved with the page.annots() method. import fitz for0 码力 | 565 页 | 6.84 MB | 1 年前3Spring Framework Reference Documentation 4.3.26.RELEASE
..................... 111 @Component and further stereotype annotations ............................................. 111 Meta-annotations ............................................................ ...... 118 Providing qualifier metadata with annotations ................................................... 119 7.11. Using JSR 330 Standard Annotations ............................................. ........................................................ 121 Limitations of JSR-330 standard annotations .................................................... 122 7.12. Java-based container configuration0 码力 | 916 页 | 5.52 MB | 1 年前3Spring Framwork Integration v5.3.36 SNAPSHOT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 4.5.1. Enable Listener Endpoint Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 . . . . . . . . . . . . . . . . . . . . . . . . 63 5.2.2. Using Source-level Metadata: Java Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 5.2.3. Source-level Asynchronous Execution . . . . . . . . . . . . . . . . . . . . . . . . 95 7.3.1. Enable Scheduling Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 141 页 | 2.13 MB | 1 年前3Spring Framework Reference Documentation v4.3.2
..................... 106 @Component and further stereotype annotations ............................................. 106 Meta-annotations ............................................................ ...... 113 Providing qualifier metadata with annotations ................................................... 114 7.11. Using JSR 330 Standard Annotations ............................................. equivalent to the @Component annotation ....................... 116 Limitations of JSR-330 standard annotations .................................................... 117 7.12. Java-based container configuration0 码力 | 907 页 | 5.46 MB | 1 年前3Spring Framwork Core Technologies v5.3.36 SNAPSHOT
@Component and Further Stereotype Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 1.10.2. Using Meta-annotations and Composed Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 1.10.8. Providing Qualifier Metadata with Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 1.10.9. Generating an . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136 1.11. Using JSR 330 Standard Annotations. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 485 页 | 6.31 MB | 1 年前3Kotlin 1.2 Language Documentation
Casts: 'is' and 'as' This Expression Equality Operator overloading Null Safety Exceptions Annotations Reflection Type-Safe Builders Reference Keywords and Operators Grammar Notation Semicolons (experimental) — — — Other Language Features Array literals in annotations 23 Starting with Kotlin 1.2, array arguments for annotations can be passed with the new array literal syntax instead of the in Kotlin 1.2 and will become an error in Kotlin 1.3. For consistency with array literals in annotations, passing a single item for a vararg parameter in the named form ( foo(items = i) ) has been deprecated0 码力 | 333 页 | 2.22 MB | 1 年前3Kotlin Language Documentation 1.3
Casts: 'is' and 'as' This Expression Equality Operator overloading Null Safety Exceptions Annotations Reflection Scope Functions Type-Safe Builders Experimental API Markers Reference Keywords details and steps to build a multiplatform project. Starting with Kotlin 1.2, array arguments for annotations can be passed with the new array literal syntax instead of the arrayOf function: @CacheConfig(cacheNames after assignment: " + this::lateinitVar.isInitialized) Other Language Features Array literals in annotations Lateinit top-level properties and local variables Checking whether a lateinit var is initialized0 码力 | 597 页 | 3.61 MB | 1 年前3
共 710 条
- 1
- 2
- 3
- 4
- 5
- 6
- 71