Glossary coding Term Page

Protocol

A typing tool that declares required methods so different implementations can share the sa

protocol #coding#python
Korean version

Related Concepts

Core Idea

Protocol is A typing tool that declares required methods so different implementations can share the same interface. It usually makes the most sense alongside Instance, dataclass, slots.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept