Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6eeb2b2

Browse files
committed
fix docstrings
1 parent9a607f4 commit6eeb2b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎testgres/testgres.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ def spawn_primary(self, name, destroy=True, use_logging=False):
337337
Args:
338338
name: name for a new node (str).
339339
destroy: should we convert this backup into a node?
340+
use_logging: enable python logging.
340341
341342
Returns:
342343
New instance of PostgresNode.
@@ -362,6 +363,7 @@ def spawn_replica(self, name, destroy=True, use_logging=False):
362363
Args:
363364
name: name for a new node (str).
364365
destroy: should we convert this backup into a node?
366+
use_logging: enable python logging.
365367
366368
Returns:
367369
New instance of PostgresNode.
@@ -947,7 +949,7 @@ def replicate(self, name, username=None,
947949
name: replica's name (str).
948950
username: database user name (str).
949951
xlog_method: a method for collecting the logs ('fetch' | 'stream').
950-
use_logging: enable python logging
952+
use_logging: enable python logging.
951953
"""
952954

953955
backup=self.backup(username=username,xlog_method=xlog_method)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp