Browse Source

[2641] Add doc for get_num_users()

Mukund Sivaraman 12 years ago
parent
commit
e1725e2609
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/cmdctl/cmdctl.py.in

+ 1 - 0
src/bin/cmdctl/cmdctl.py.in

@@ -541,6 +541,7 @@ class SecureHTTPServer(socketserver_mixin.NoPollMixIn,
         return info
 
     def get_num_users(self):
+        ''' Returns the number of users known to the server. '''
         with self._lock:
             num = len(self._user_infos)
         return num