Table of Contents

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

Context that supports adding/changing its contents

Base Classes   
IBasicContext
Methods   
__delitem__
__setitem__
bind
mksub
rename
rmsub
unbind
  __delitem__ 
__delitem__ ( name )

Remove any binding associated with name

  __setitem__ 
__setitem__ ( name,  ob )

Bind ob under name

  bind 
bind ( name,  ob )

Synonym for __setitem__

  mksub 
mksub ( name )

Create a subcontext of the same kind under name

  rename 
rename ( oldName,  newName )

Rename oldName to newName

  rmsub 
rmsub ( name )

Remove sub-context name

  unbind 
unbind ( name,  ob )

Synonym for __delitem__


Table of Contents

This document was automatically generated on Mon Mar 25 01:11:06 2024 by HappyDoc version 2.1