complex_python ============== Protocol-based helper --------------------- Shows structural typing with Protocol. .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_python/t01_protocol.py :language: python Protocol pipeline (Python) -------------------------- Advanced typing via Protocol. .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_python/t01_protocol_pipeline.py :language: python Complex: protocols ------------------ Typing Protocol example. .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_python/t01_protocols.py :language: python LRU cache fibonacci (Python) ---------------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_python/t02_lru_cache_fib.py :language: python LRU cache fibonacci (Python) ---------------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/complex_python/t03_lru_cache_fib.py :language: python