|
|
__init__(self,
table=None,
tablename=None,
record=None,
query=None,
record_id=None,
record_ids=None,
rtable=None)
Constructor: |
source code
|
|
|
|
get_location(self,
timestmp=None,
_fields=None,
_filter=None,
as_rows=False,
exclude=None,
empty=True)
Get the current location of the instance(s) (at the given time) |
source code
|
|
|
|
set_location(self,
location,
timestmp=None)
Set the current location of instance(s) (at the given time) |
source code
|
|
|
|
check_in(self,
table,
record,
timestmp=None)
Bind the presence of the instance(s) to another instance |
source code
|
|
|
|
check_out(self,
table=None,
record=None,
timestmp=None)
Make the last log entry before timestmp independent from the
referenced entity (if any) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|