Package turbogears :: Package identity :: Module saprovider :: Class TG_Group

Class TG_Group

source code

object --+
         |
        TG_Group

An ultra-simple Group definition.

Instance Methods
 
__repr__(self)
repr(x)
source code
 
__unicode__(self) source code
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods
 
by_group_name(cls, group_name)
Look up Group by given group name.
source code
 
by_name(cls, group_name)
Look up Group by given group name.
source code
Class Variables
  created = <sqlalchemy.orm.attributes.InstrumentedAttribute obj...
  display_name = <sqlalchemy.orm.attributes.InstrumentedAttribut...
  group_id = <sqlalchemy.orm.attributes.InstrumentedAttribute ob...
  group_name = <sqlalchemy.orm.attributes.InstrumentedAttribute ...
  permissions = <sqlalchemy.orm.attributes.InstrumentedAttribute...
  users = <sqlalchemy.orm.attributes.InstrumentedAttribute objec...
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

Class Variable Details

created

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d11a31\
290>

display_name

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d11a31\
1d0>

group_id

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d11a31\
050>

group_name

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d11a31\
110>

permissions

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d11954\
290>

users

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d119af\
f10>