soupsieve.css_types.Immutable - pydoc - phpman

Look up a command

 

Markdown Format | JSON API | MCP Server Tool


Help on class Immutable in soupsieve.css_types:

soupsieve.css_types.Immutable = class Immutable(builtins.object)
 |  soupsieve.css_types.Immutable(**kwargs: 'Any') -> 'None'
 |
 |  Immutable.
 |
 |  Methods defined here:
 |
 |  __eq__(self, other: 'Any') -> 'bool'
 |      Equal.
 |
 |  __hash__(self) -> 'int'
 |      Hash.
 |
 |  __init__(self, **kwargs: 'Any') -> 'None'
 |      Initialize.
 |
 |  __ne__(self, other: 'Any') -> 'bool'
 |      Equal.
 |
 |  __repr__(self) -> 'str'
 |      Representation.
 |
 |  __setattr__(self, name: 'str', value: 'Any') -> 'None'
 |      Prevent mutability.
 |
 |  __str__ = __repr__(self) -> 'str'
 |
 |  pretty(self) -> 'None'
 |      Pretty print.
 |
 |  ----------------------------------------------------------------------
 |  Class methods defined here:
 |
 |  __base__ = class object
 |   |  The base class of the class hierarchy.
 |   |
 |   |  When called, it accepts no arguments and returns a new featureless
 |   |  instance that has no instance attributes and cannot be given any.
 |   |
 |   |  Built-in subclasses:
 |   |      anext_awaitable
 |   |      async_generator
 |   |      async_generator_asend
 |   |      async_generator_athrow
 |   |      ... and 85 other subclasses
 |   |
 |   |  Methods defined here:
 |   |
 |   |  __delattr__(self, name, /)
 |   |      Implement delattr(self, name).
 |   |
 |   |  __dir__(self, /)
 |   |      Default dir() implementation.
 |   |
 |   |  __eq__(self, value, /)
 |   |      Return self==value.
 |   |
 |   |  __format__(self, format_spec, /)
 |   |      Default object formatter.
 |   |
 |   |  __ge__(self, value, /)
 |   |      Return self>=value.
 |   |
 |   |  __getattribute__(self, name, /)
 |   |      Return getattr(self, name).
 |   |
 |   |  __gt__(self, value, /)
 |   |      Return self>value.
 |   |
 |   |  __hash__(self, /)
 |   |      Return hash(self).
 |   |
 |   |  __init__(self, /, *args, **kwargs)
 |   |      Initialize self.  See help(type(self)) for accurate signature.
 |   |
 |   |  __le__(self, value, /)
 |   |      Return self<=value.
 |   |
 |   |  __lt__(self, value, /)
 |   |      Return self<value.
 |   |
 |   |  __ne__(self, value, /)
 |   |      Return self!=value.
 |   |
 |   |  __reduce__(self, /)
 |   |      Helper for pickle.
 |   |
 |   |  __reduce_ex__(self, protocol, /)
 |   |      Helper for pickle.
 |   |
 |   |  __repr__(self, /)
 |   |      Return repr(self).
 |   |
 |   |  __setattr__(self, name, value, /)
 |   |      Implement setattr(self, name, value).
 |   |
 |   |  __sizeof__(self, /)
 |   |      Size of object in memory, in bytes.
 |   |
 |   |  __str__(self, /)
 |   |      Return str(self).
 |   |
 |   |  ----------------------------------------------------------------------
 |   |  Class methods defined here:
 |   |
 |   |  __init_subclass__(...) from builtins.type
 |   |      This method is called when a class is subclassed.
 |   |
 |   |      The default implementation does nothing. It may be
 |   |      overridden to extend subclasses.
 |   |
 |   |  __subclasshook__(...) from builtins.type
 |   |      Abstract classes can override this to customize issubclass().
 |   |
 |   |      This is invoked early on by abc.ABCMeta.__subclasscheck__().
 |   |      It should return True, False or NotImplemented.  If it returns
 |   |      NotImplemented, the normal algorithm is used.  Otherwise, it
 |   |      overrides the normal algorithm (and the outcome is cached).
 |   |
 |   |  ----------------------------------------------------------------------
 |   |  Static methods defined here:
 |   |
 |   |  __new__(*args, **kwargs) from builtins.type
 |   |      Create and return a new object.  See help(type) for accurate signature.
 |   |
 |   |  ----------------------------------------------------------------------
 |   |  Data and other attributes defined here:
 |   |
 |   |  __class__ = <class 'type'>
 |   |      type(object) -> the object's type
 |   |      type(name, bases, dict, **kwds) -> a new type
 |
 |  ----------------------------------------------------------------------
 |  Data and other attributes defined here:
 |
 |  __annotations__ = {'__slots__': 'tuple[str, ...]', '_hash': 'int'}


Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 06:22 @216.73.216.198 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top