Table of Contents

Class: Attribute ./src/protocols/interfaces.py

Attribute declaration; should we get rid of this?

Base Classes   
object
Methods   
__delete__
__get__
__init__
__repr__
__set__
  __delete__ 
__delete__ ( self,  ob )

Exceptions   
NotImplementedError( "Abstract attribute" )
  __get__ 
__get__ (
        self,
        ob,
        typ=None,
        )

Exceptions   
NotImplementedError( "Abstract attribute" )
  __init__ 
__init__ (
        self,
        doc,
        name=None,
        value=None,
        )

  __repr__ 
__repr__ ( self )

  __set__ 
__set__ (
        self,
        ob,
        val,
        )

Exceptions   
NotImplementedError( "Abstract attribute" )

Table of Contents

This document was automatically generated on Mon May 6 01:11:12 2024 by HappyDoc version 2.1