| 330 | # Same as above, but for fine-grained mode targets. Only top-level functions/methods |
| 331 | # and module top levels are allowed as such. |
| 332 | class FineGrainedDeferredNode(NamedTuple): |
| 333 | node: FineGrainedDeferredNodeType |
| 334 | active_typeinfo: TypeInfo | None |
| 335 | |
| 336 | |
| 337 | # Data structure returned by find_isinstance_check representing |
no outgoing calls
no test coverage detected
searching dependent graphs…