Table of Contents

Class: IName ./src/peak/naming/interfaces.py

Abstract name object

Base Classes   
IComponentKey
Methods   
__add__
__eq__
__hash__
__radd__
__rsub__
__sub__
  __add__ 
__add__ ( other )

Add other to name, composing a name that is relative to this one

  __eq__ 
__eq__ ()

Should be usable as a dictionary key

  __hash__ 
__hash__ ()

Should be usable as a dictionary key

  __radd__ 
__radd__ ( other )

Add name to other, using this name as a relative name to it

  __rsub__ 
__rsub__ ( other )

Subtract name from other, returning None if not a prefix

  __sub__ 
__sub__ ( other )

Subtract other from name, returning None if not a prefix


Table of Contents

This document was automatically generated on Mon Apr 22 01:11:05 2024 by HappyDoc version 2.1