Package turbogears :: Package identity :: Module saprovider :: Class TG_VisitIdentity

Class TG_VisitIdentity

source code

object --+
         |
        TG_VisitIdentity

A Visit that is linked to a User object.

Instance Methods
 
__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__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods
 
by_visit_key(cls, visit_key)
Look up VisitIdentity by given visit key.
source code
Class Variables
  user = <sqlalchemy.orm.attributes.InstrumentedAttribute object...
  user_id = <sqlalchemy.orm.attributes.InstrumentedAttribute obj...
  visit_key = <sqlalchemy.orm.attributes.InstrumentedAttribute o...
Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__

Class Variable Details

user

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d11a08\
6d0>

user_id

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d11a3c\
450>

visit_key

Value:
<sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f0d11a3c\
390>