Skip to content

Instantly share code, notes, and snippets.

@miku
Created August 18, 2020 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miku/5469e0d8ad1866b34f44cb43b05b4770 to your computer and use it in GitHub Desktop.
Save miku/5469e0d8ad1866b34f44cb43b05b4770 to your computer and use it in GitHub Desktop.
Metaclass syntax Python 2 and 3
class A:
pass
class B(metaclass=A):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment