We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e2ca4 commit feefbaaCopy full SHA for feefbaa
doc/design.txt
@@ -292,6 +292,9 @@ Here is the interface provided by the hyperdatabase::
292
class Database:
293
"""A database for storing records containing flexible data
294
types.
295
+
296
+ The id of the current user is available on the database as
297
+ 'self.curuserid'.
298
"""
299
300
def __init__(self, config, journaltag=None):
@@ -344,9 +347,6 @@ Here is the interface provided by the hyperdatabase::
344
347
users = self.db.user
345
348
messages = self.db.msg
346
349
files = self.db.file
-
- The id of the current user is also available on the database
- as 'self.db.curuserid'.
350
351
352
# Editing items:
0 commit comments