Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Last active July 3, 2020 05:16
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 IndhumathyChelliah/f4757414936e21d2413f0994c28310af to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/f4757414936e21d2413f0994c28310af to your computer and use it in GitHub Desktop.
Operator Magic Method
- __neg__(self)
+ __pos__(self)
~ __invert__(self)
abs() __abs__(self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment