|
|
get_s_id(self)
Returns the 32 character hex representation of the id of the subject
prefixed with a '!' |
|
|
|
|
get_raw_s_id(self)
Returns the raw 16 byte representation of the id of the subject |
|
|
|
|
get_v_id(self)
Returns the 32 character hex representation of the id of the verb
prefixed with a '!' |
|
|
|
|
get_raw_v_id(self)
Returns the raw 16 byte representation of the id of the verb |
|
|
|
|
get_o_id(self)
Returns the 32 character hex representation of the id of the object
prefixed with a '!' |
|
|
|
|
get_raw_o_id(self)
Returns the raw 16 byte representation of the id of the object |
|
|
|
|
|
|
|
|
|
|
__init__(self,
neurons,
i,
s,
v,
o,
c,
d)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
|
|
|
contains(self,
uid)
Returns:
Returns True if this link contains uid. |
|
|
|
|
|
|
|
|
|
Inherited from N:
__hash__,
dictionary,
getCurrentData,
get_id,
get_raw_id,
modify
Inherited from object:
__delattr__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|
|
|
s = property(fget= __GetS, fset= None, fdel= None, doc= "The s...
|
|
|
v = property(fget= __GetV, fset= None, fdel= None, doc= "The v...
|
|
|
o = property(fget= __GetO, fset= None, fdel= None, doc= "The o...
|
|
|
name = property(fget= __GetName, fset= None, fdel= None, doc= ...
|
|
Inherited from N:
createdOn,
currentData,
id,
modified
|