 Mypy 1.10.0+dev Documentationconflicting names Using a development mypy build Variables vs type aliases Incompatible overrides Unreachable code Narrowing and inner functions Supported Python features Runtime definition of methods and components due to missing imports [no-any- unimported] Check that statement or expression is unreachable [unreachable] Check that expression is redundant [redundant-expr] Warn about variables that are defined isinstance(arg, int) reveal_type(arg) # Revealed type: "builtins.int" Note With --warn-unreachable narrowing types to some impossible state will be treated as an error. def function(arg: int):0 码力 | 318 页 | 270.84 KB | 1 年前3 Mypy 1.10.0+dev Documentationconflicting names Using a development mypy build Variables vs type aliases Incompatible overrides Unreachable code Narrowing and inner functions Supported Python features Runtime definition of methods and components due to missing imports [no-any- unimported] Check that statement or expression is unreachable [unreachable] Check that expression is redundant [redundant-expr] Warn about variables that are defined isinstance(arg, int) reveal_type(arg) # Revealed type: "builtins.int" Note With --warn-unreachable narrowing types to some impossible state will be treated as an error. def function(arg: int):0 码力 | 318 页 | 270.84 KB | 1 年前3
 Mypy 1.8.0 Documentationconflicting names Using a development mypy build Variables vs type aliases Incompatible overrides Unreachable code Narrowing and inner functions Supported Python features Runtime definition of methods and components due to missing imports [no-any- unimported] Check that statement or expression is unreachable [unreachable] Check that expression is redundant [redundant-expr] Warn about variables that are defined isinstance(arg, int) reveal_type(arg) # Revealed type: "builtins.int" Note With --warn-unreachable narrowing types to some impossible state will be treated as an error. def function(arg: int):0 码力 | 318 页 | 271.55 KB | 1 年前3 Mypy 1.8.0 Documentationconflicting names Using a development mypy build Variables vs type aliases Incompatible overrides Unreachable code Narrowing and inner functions Supported Python features Runtime definition of methods and components due to missing imports [no-any- unimported] Check that statement or expression is unreachable [unreachable] Check that expression is redundant [redundant-expr] Warn about variables that are defined isinstance(arg, int) reveal_type(arg) # Revealed type: "builtins.int" Note With --warn-unreachable narrowing types to some impossible state will be treated as an error. def function(arg: int):0 码力 | 318 页 | 271.55 KB | 1 年前3
 Linux command line for you and me Documentation Release 0.1REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) num pkts bytes target prot opt in out REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) num pkts bytes target prot opt in out REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) num pkts bytes target prot opt in out0 码力 | 124 页 | 510.85 KB | 1 年前3 Linux command line for you and me Documentation Release 0.1REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) num pkts bytes target prot opt in out REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) num pkts bytes target prot opt in out REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) num pkts bytes target prot opt in out0 码力 | 124 页 | 510.85 KB | 1 年前3
 Go 101 (Golang 101)  v1.21.0v := recover() fmt.Println("recovered:", v) }() panic("bye!") fmt.Println("unreachable") } The output: hi! recovered: bye! exit normally. Here is another example which shows a panicking return slice of a call to the following function will be wasted unless the returned slice becomes unreachable (if no other slices share the underlying element memory segment with the returned slice). func from time to time. Pointers play an important role in the check process. If a memory block is unreachable from (referenced by) any values still in use, then Go runtime thinks it is an unused value and0 码力 | 610 页 | 945.17 KB | 1 年前3 Go 101 (Golang 101)  v1.21.0v := recover() fmt.Println("recovered:", v) }() panic("bye!") fmt.Println("unreachable") } The output: hi! recovered: bye! exit normally. Here is another example which shows a panicking return slice of a call to the following function will be wasted unless the returned slice becomes unreachable (if no other slices share the underlying element memory segment with the returned slice). func from time to time. Pointers play an important role in the check process. If a memory block is unreachable from (referenced by) any values still in use, then Go runtime thinks it is an unused value and0 码力 | 610 页 | 945.17 KB | 1 年前3
 Go 101 (Golang 101)  v1.21.0fmt.Println("recovered:", v) 13 | }() 14 | panic("bye!") 15 | fmt.Println("unreachable") 16 | } The output: hi! recovered: bye! exit normally. Here is another example which shows return slice of a call to the following function will be wasted unless the returned slice becomes unreachable (if no other slices share the underlying element memory segment with the returned slice). 1| func from time to time. Pointers play an important role in the check process. If a memory block is unreachable from (referenced by) any values still in use, then Go runtime thinks it is an unused value and0 码力 | 880 页 | 833.34 KB | 1 年前3 Go 101 (Golang 101)  v1.21.0fmt.Println("recovered:", v) 13 | }() 14 | panic("bye!") 15 | fmt.Println("unreachable") 16 | } The output: hi! recovered: bye! exit normally. Here is another example which shows return slice of a call to the following function will be wasted unless the returned slice becomes unreachable (if no other slices share the underlying element memory segment with the returned slice). 1| func from time to time. Pointers play an important role in the check process. If a memory block is unreachable from (referenced by) any values still in use, then Go runtime thinks it is an unused value and0 码力 | 880 页 | 833.34 KB | 1 年前3
 Cilium v1.10 Documentationnode through which the service is accessed is removed from the cluster or if it otherwise becomes unreachable. This will add a deployment for clustermesh-apiserver into your cluster, as well as the related namespaces like CAP_NET_ADMIN without affecting security since BPF enforcement points in the host are unreachable for the container. Given BPF programs are attached from the host’s network namespace, BPF also labeled by action type Cluster health Name Labels Description unreachable_nodes Number of nodes that cannot be reached unreachable_health_endpoints Number of health endpoints that cannot be reached0 码力 | 1307 页 | 19.26 MB | 1 年前3 Cilium v1.10 Documentationnode through which the service is accessed is removed from the cluster or if it otherwise becomes unreachable. This will add a deployment for clustermesh-apiserver into your cluster, as well as the related namespaces like CAP_NET_ADMIN without affecting security since BPF enforcement points in the host are unreachable for the container. Given BPF programs are attached from the host’s network namespace, BPF also labeled by action type Cluster health Name Labels Description unreachable_nodes Number of nodes that cannot be reached unreachable_health_endpoints Number of health endpoints that cannot be reached0 码力 | 1307 页 | 19.26 MB | 1 年前3
 Agda User Manual v2.6.2Pragmas Names not declared in the same scope as their polarity pragmas. UnreachableClauses Unreachable function clauses. UnsolvedConstraints Unsolved constraints. UnsolvedInteractionMetas Unsolved A light coral (darker pink) background indicates a fatal warning A grey background indicates unreachable or dead code, and for shadowed variable names in telescopes. A white smoke (light grey) background0 码力 | 348 页 | 414.11 KB | 1 年前3 Agda User Manual v2.6.2Pragmas Names not declared in the same scope as their polarity pragmas. UnreachableClauses Unreachable function clauses. UnsolvedConstraints Unsolved constraints. UnsolvedInteractionMetas Unsolved A light coral (darker pink) background indicates a fatal warning A grey background indicates unreachable or dead code, and for shadowed variable names in telescopes. A white smoke (light grey) background0 码力 | 348 页 | 414.11 KB | 1 年前3
 Agda User Manual v2.6.2.2Pragmas Names not declared in the same scope as their polarity pragmas. UnreachableClauses Unreachable function clauses. UnsolvedConstraints Unsolved constraints. UnsolvedInteractionMetas Unsolved A light coral (darker pink) background indicates a fatal warning A grey background indicates unreachable or dead code, and for shadowed variable names in telescopes. A white smoke (light grey) background0 码力 | 354 页 | 433.60 KB | 1 年前3 Agda User Manual v2.6.2.2Pragmas Names not declared in the same scope as their polarity pragmas. UnreachableClauses Unreachable function clauses. UnsolvedConstraints Unsolved constraints. UnsolvedInteractionMetas Unsolved A light coral (darker pink) background indicates a fatal warning A grey background indicates unreachable or dead code, and for shadowed variable names in telescopes. A white smoke (light grey) background0 码力 | 354 页 | 433.60 KB | 1 年前3
 Agda User Manual v2.6.2.1Pragmas Names not declared in the same scope as their polarity pragmas. UnreachableClauses Unreachable function clauses. UnsolvedConstraints Unsolved constraints. UnsolvedInteractionMetas Unsolved A light coral (darker pink) background indicates a fatal warning A grey background indicates unreachable or dead code, and for shadowed variable names in telescopes. A white smoke (light grey) background0 码力 | 350 页 | 416.80 KB | 1 年前3 Agda User Manual v2.6.2.1Pragmas Names not declared in the same scope as their polarity pragmas. UnreachableClauses Unreachable function clauses. UnsolvedConstraints Unsolved constraints. UnsolvedInteractionMetas Unsolved A light coral (darker pink) background indicates a fatal warning A grey background indicates unreachable or dead code, and for shadowed variable names in telescopes. A white smoke (light grey) background0 码力 | 350 页 | 416.80 KB | 1 年前3
 Cilium v1.9 Documentationnamespaces like CAP_NET_ADMIN without affecting security since BPF enforcement points in the host are unreachable for the container. Given BPF programs are attached from the host’s network namespace, BPF also labeled by action type Cluster health Name Labels Description unreachable_nodes Number of nodes that cannot be reached unreachable_health_endpoints Number of health endpoints that cannot be reached sec10.html#sec10.4.5] – Identities with provided parameters not found 520 – Identity storage unreachable. Likely a network problem. 521 – Invalid identity format in storage GET /identity/{id} Retrieve0 码力 | 1263 页 | 18.62 MB | 1 年前3 Cilium v1.9 Documentationnamespaces like CAP_NET_ADMIN without affecting security since BPF enforcement points in the host are unreachable for the container. Given BPF programs are attached from the host’s network namespace, BPF also labeled by action type Cluster health Name Labels Description unreachable_nodes Number of nodes that cannot be reached unreachable_health_endpoints Number of health endpoints that cannot be reached sec10.html#sec10.4.5] – Identities with provided parameters not found 520 – Identity storage unreachable. Likely a network problem. 521 – Invalid identity format in storage GET /identity/{id} Retrieve0 码力 | 1263 页 | 18.62 MB | 1 年前3
共 124 条
- 1
- 2
- 3
- 4
- 5
- 6
- 13














