Package rdfalchemy :: Module rdfsSubject :: Class rdfsSubject
[hide private]
[frames] | no frames]

Class rdfsSubject

source code

            object --+    
                     |    
rdfSubject'.rdfSubject --+
                         |
                        rdfsSubject
Known Subclasses:

Instance Methods [hide private]
 
_splitname(self) source code

Inherited from rdfSubject'.rdfSubject: __cmp__, __delitem__, __getitem__, __hash__, __init__, __repr__, md5_term_hash, n3

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Methods [hide private]
 
ClassInstances(cls)
return a generator for instances of this rdf:type you can look in MyClass.rdf_type to see the predicate being used
source code

Inherited from rdfSubject'.rdfSubject: GetRandom, filter_by, get_by, query

Inherited from rdfSubject'.rdfSubject (private): _getdescriptor

Class Variables [hide private]
  __weakrefs = <WeakValueDictionary at 21175112>

Inherited from rdfSubject'.rdfSubject: db, rdf_type

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

ClassInstances(cls)
Class Method

source code 
return a generator for instances of this rdf:type you can look in MyClass.rdf_type to see the predicate being used
Overrides: rdfSubject'.rdfSubject.ClassInstances