Skip to content

Instantly share code, notes, and snippets.

@idrisr
Created September 9, 2021 15:02
Show Gist options
  • Select an option

  • Save idrisr/7f1f252768c2bc6b1b64d086e3db3efa to your computer and use it in GitHub Desktop.

Select an option

Save idrisr/7f1f252768c2bc6b1b64d086e3db3efa to your computer and use it in GitHub Desktop.
Visitor Pattern
class BaseVisitor(abc.ABC, Generic[ResultT]):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment