Skip to content

Instantly share code, notes, and snippets.

@ibehnam
Created October 21, 2022 15:10
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 ibehnam/78b6d90c300b767b569d639f5207c5e0 to your computer and use it in GitHub Desktop.
Save ibehnam/78b6d90c300b767b569d639f5207c5e0 to your computer and use it in GitHub Desktop.
[('__add__', <method-wrapper '__add__' of tuple object at 0x7ff121d20860>),
('__class__', tuple),
('__class_getitem__', <function tuple.__class_getitem__>),
('__contains__',
<method-wrapper '__contains__' of tuple object at 0x7ff121d20860>),
('__delattr__',
<method-wrapper '__delattr__' of tuple object at 0x7ff121d20860>),
('__dir__', <function tuple.__dir__()>),
('__doc__',
"Built-in immutable sequence.\n\nIf no argument is given, the constructor returns an empty tuple.\nIf iterable is specified the tuple is initialized from iterable's items.\n\nIf the argument is a tuple, the return value is the same object."),
('__eq__', <method-wrapper '__eq__' of tuple object at 0x7ff121d20860>),
('__format__', <function tuple.__format__(format_spec, /)>),
('__ge__', <method-wrapper '__ge__' of tuple object at 0x7ff121d20860>),
('__getattribute__',
<method-wrapper '__getattribute__' of tuple object at 0x7ff121d20860>),
('__getitem__',
<method-wrapper '__getitem__' of tuple object at 0x7ff121d20860>),
('__getnewargs__', <function tuple.__getnewargs__()>),
('__gt__', <method-wrapper '__gt__' of tuple object at 0x7ff121d20860>),
('__hash__', <method-wrapper '__hash__' of tuple object at 0x7ff121d20860>),
('__init__', <method-wrapper '__init__' of tuple object at 0x7ff121d20860>),
('__init_subclass__', <function tuple.__init_subclass__>),
('__iter__', <method-wrapper '__iter__' of tuple object at 0x7ff121d20860>),
('__le__', <method-wrapper '__le__' of tuple object at 0x7ff121d20860>),
('__len__', <method-wrapper '__len__' of tuple object at 0x7ff121d20860>),
('__lt__', <method-wrapper '__lt__' of tuple object at 0x7ff121d20860>),
('__mul__', <method-wrapper '__mul__' of tuple object at 0x7ff121d20860>),
('__ne__', <method-wrapper '__ne__' of tuple object at 0x7ff121d20860>),
('__new__', <function tuple.__new__(*args, **kwargs)>),
('__reduce__', <function tuple.__reduce__()>),
('__reduce_ex__', <function tuple.__reduce_ex__(protocol, /)>),
('__repr__', <method-wrapper '__repr__' of tuple object at 0x7ff121d20860>),
('__rmul__', <method-wrapper '__rmul__' of tuple object at 0x7ff121d20860>),
('__setattr__',
<method-wrapper '__setattr__' of tuple object at 0x7ff121d20860>),
('__sizeof__', <function tuple.__sizeof__()>),
('__str__', <method-wrapper '__str__' of tuple object at 0x7ff121d20860>),
('__subclasshook__', <function tuple.__subclasshook__>),
('count', <function tuple.count(value, /)>),
('index',
<function tuple.index(value, start=0, stop=9223372036854775807, /)>)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment