|
__init__(self,
connection=( ' pipe ' , ' OOo_pipe ' ) )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
|
|
cite(self,
keys,
db)
Insert a list of references in the document, at the
cursor location. |
source code
|
|
|
fetch(self)
Fetch all the references in the document, in order of
appearance |
source code
|
|
|
|
|
|
|
|
|
_makeRef(self,
ref,
visible_key,
extra)
Create a reference ready to be inserted in the document. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|