Drizzled Public API Documentation

prototest.mysql.bitfield.ExampleField Class Reference
Inheritance diagram for prototest.mysql.bitfield.ExampleField:
prototest.mysql.bitfield.BitField

Public Member Functions

def __getattr__ (self, name)
 
def __setattr__ (self, name, value)
 
def __str__ (self)
 
def value (self)
 

Static Private Attributes

list _fields
 

Detailed Description

Definition at line 78 of file bitfield.py.

Member Data Documentation

list prototest.mysql.bitfield.ExampleField._fields
staticprivate
Initial value:
1 = [
2  'READ',
3  'WRITE',
4  'CREATE',
5  'DIRECT'
6  ]

Definition at line 79 of file bitfield.py.


The documentation for this class was generated from the following file: