Table Of Contents

Previous topic

SenderWxEvent

Next topic

dialogs

This Page

phoenix_title Struct

An object that has attributes built from the dictionary given in constructor. So ss=Struct(a=1, b=’b’) will satisfy assert ss.a == 1 and assert ss.b == ‘b’.


class_hierarchy Inheritance Diagram

Inheritance diagram for class Struct

Inheritance diagram of Struct


method_summary Methods Summary

__init__  

api Class API



class Struct

An object that has attributes built from the dictionary given in constructor. So ss=Struct(a=1, b=’b’) will satisfy assert ss.a == 1 and assert ss.b == ‘b’.


Methods



__init__(self, **kwargs)