class
Analyzer::Python::CherryPy::ProjectIndex
- Analyzer::Python::CherryPy::ProjectIndex
- Reference
- Object
Overview
Per-file/per-project caches, built once and shared across the whole walk so cross-file class resolution (imported nested resource classes, à la the Falcon analyzer) doesn't re-read/re-parse a file for every reference to it.
Defined in:
analyzer/analyzers/python/cherrypy.crInstance Method Summary
- #class_registry : Hash(String, Hash(String, Int32))
- #import_maps : Hash(String, Hash(String, {String, Int32}))
- #instance_registry : Hash(String, Hash(String, String))
- #source_cache : Hash(String, String)